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