public SingleAssetLoader(string abName, DelLoadComplete loadComplete)
 {
     ABName             = abName;
     loadCompleteHandle = loadComplete;
     ABDownLoadPath     = PathTools.GetWWWPath() + "/" + abName;
 }
Пример #2
0
 public ABManifestLoader()
 {
     strManifestPath = PathTools.GetWWWPath() + "/" + PathTools.GetPlatfromName();
 }