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