public Texture load(string resource,OnLoadTexture onLoad,OnProgress progress=null, OnProgress error=null)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public Texture load(string resource, OnLoadTexture onLoad, OnProgress progress = null, OnProgress error = null)
 {
     throw new NotImplementedException();
 }