Class HideInInspectorIfAttribute
Inheritance
PropertyAttribute
HideInInspectorIfAttribute
Inherited Members
PropertyAttribute.order
PropertyAttribute.applyToCollection
Assembly: Glitch9.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = true)]
public class HideInInspectorIfAttribute : PropertyAttribute
Constructors
|
Edit this page
View Source
HideInInspectorIfAttribute(string, bool, CompareMode, bool)
Declaration
public HideInInspectorIfAttribute(string fieldName, bool equals, CompareMode mode = CompareMode.Equal, bool unwrap = false)
Parameters
|
Edit this page
View Source
HideInInspectorIfAttribute(string, int, CompareMode, Type, bool)
Declaration
public HideInInspectorIfAttribute(string fieldName, int equals, CompareMode mode = CompareMode.Equal, Type coerceAs = null, bool unwrap = false)
Parameters
|
Edit this page
View Source
HideInInspectorIfAttribute(string, float, CompareMode, bool)
Declaration
public HideInInspectorIfAttribute(string fieldName, float equals, CompareMode mode = CompareMode.Equal, bool unwrap = false)
Parameters
|
Edit this page
View Source
HideInInspectorIfAttribute(string, string, CompareMode, Type, bool)
Declaration
public HideInInspectorIfAttribute(string fieldName, string equals, CompareMode mode = CompareMode.Equal, Type coerceAs = null, bool unwrap = false)
Parameters
Fields
|
Edit this page
View Source
boolValue
Declaration
public readonly bool boolValue
Field Value
|
Edit this page
View Source
coerceAs
Declaration
public readonly Type coerceAs
Field Value
|
Edit this page
View Source
fieldName
Declaration
public readonly string fieldName
Field Value
|
Edit this page
View Source
floatValue
Declaration
public readonly float floatValue
Field Value
|
Edit this page
View Source
intValue
Declaration
public readonly int intValue
Field Value
|
Edit this page
View Source
mode
Declaration
public readonly CompareMode mode
Field Value
|
Edit this page
View Source
stringValue
Declaration
public readonly string stringValue
Field Value
|
Edit this page
View Source
unwrap
Declaration
public readonly bool unwrap
Field Value
Extension Methods