Exemple #1
0
 protected AAsyncOperation(string assetPath, GetAssetFilePath getFilePath) : this(assetPath)
 {
     this.getFilePath = getFilePath;
 }
Exemple #2
0
 public BundleAsyncOperation(string assetPath, GetAssetFilePath getFilePath) : base(assetPath, getFilePath)
 {
 }