コード例 #1
0
ファイル: Texture.cs プロジェクト: guidovanhilst/SharpThreejs
 public Texture load(string resource,OnLoadTexture onLoad,OnProgress progress=null, OnProgress error=null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Texture load(string resource, OnLoadTexture onLoad, OnProgress progress = null, OnProgress error = null)
 {
     throw new NotImplementedException();
 }