예제 #1
0
 public override byte[] ReadAllBytes()
 {
     if (_disposed)
     {
         return(null);
     }
     return(_bundle.ReadAllBytes(_assetPath));
 }
예제 #2
0
 public override byte[] ReadAllBytes(string filename)
 {
     return(_bundle.ReadAllBytes(filename));
 }
예제 #3
0
 public override byte[] ReadAllBytes()
 {
     return(_bundle.ReadAllBytes(_assetPath));
 }