Esempio n. 1
0
 public static bool IsHasEntryInfo(this BundleFlag _this)
 {
     return((_this & BundleFlag.HasEntryInfo) != 0);
 }
Esempio n. 2
0
 public static bool IsMetadataAtTheEnd(this BundleFlag _this)
 {
     return((_this & BundleFlag.MetadataAtTheEnd) != 0);
 }
Esempio n. 3
0
 public static BundleCompressType GetCompression(this BundleFlag _this)
 {
     return((BundleCompressType)(_this & BundleFlag.CompressionMask));
 }