예제 #1
0
 public static bool IsGroupOf(this TexFormatGroup group, string format)
 {
     return(group.ToData().IsGroupOf(format));
 }
예제 #2
0
 public static TextureImporterFormat rgb(this TexFormatGroup group)
 {
     return(group.ToData().rgb);
 }
예제 #3
0
 public static bool IsGroupOf(this TexFormatGroup group, TextureImporterFormat format)
 {
     return(group.ToData().IsGroupOf(format));
 }