Exemple #1
0
 public static bool IsGamma(this SerializedPropertyFlag _this)
 {
     return((_this & SerializedPropertyFlag.Gamma) != 0);
 }
Exemple #2
0
 public static bool IsHDR(this SerializedPropertyFlag _this)
 {
     return((_this & SerializedPropertyFlag.HDR) != 0);
 }
Exemple #3
0
 public static bool IsNormal(this SerializedPropertyFlag _this)
 {
     return((_this & SerializedPropertyFlag.Normal) != 0);
 }
Exemple #4
0
 public static bool IsNoScaleOffset(this SerializedPropertyFlag _this)
 {
     return((_this & SerializedPropertyFlag.NoScaleOffset) != 0);
 }
Exemple #5
0
 public static bool IsPerRendererData(this SerializedPropertyFlag _this)
 {
     return((_this & SerializedPropertyFlag.PerRendererData) != 0);
 }
Exemple #6
0
 public static bool IsHideInEnspector(this SerializedPropertyFlag _this)
 {
     return((_this & SerializedPropertyFlag.HideInInspector) != 0);
 }