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