예제 #1
0
 public AndroidAssetProvider(string rootPath, string assetRoot, string cachePath) : base(rootPath)
 {
     fileSystemProvider = new FileSystemProvider(rootPath + "/cache", cachePath);
     this.assetRoot = assetRoot;
 }
 public AndroidAssetProvider(string rootPath, string assetRoot, string cachePath) : base(rootPath)
 {
     fileSystemProvider = new FileSystemProvider(rootPath + "/cache", cachePath);
     this.assetRoot     = assetRoot;
 }