Missing Features
|
Classes | |
class | HeaderPlusAttribute |
Custom inspector property header that allows using an icon, a custom header label text and a custom header label color. More... | |
class | HideOnPlayAttribute |
Hides the property in PlayMode. The behaviour can be inverted with the 'invert' parameter so the property is visible only in PlayMode. More... | |
class | HideOnPrefabAttribute |
Hides the property in PrefabMode. The behaviour can be inverted with the 'invert' parameter so the property is visible only in PrefabMode. More... | |
class | LabelPlusAttribute |
Custom inspector property label that allows using an icon, a custom label text and a custom label color. More... | |
class | LayerAttribute |
Attribute to select a single layer. More... | |
class | ReadOnlyOnPlayAttribute |
Prevents a property from being edited on the inspector in PlayMode. The behaviour can be inverted so the property is editable only in PlayMode. More... | |
class | ReadOnlyOnPrefabAttribute |
Prevents a property from being edited on the inspector in PrefabMode. The behaviour can be inverted so the property is editable only in PrefabMode. More... | |
class | ReadOnlyPropAttribute |
Prevents a property from being edited on the inspector. More... | |
class | ReadOnlyPropConditionalAttribute |
Makes a property editable or not into the editor based on a bool method returned value. More... | |
class | ReadOnlyPropIfAttribute |
Makes the current property editable or not on the inspector based on a serialized bool property value. More... | |
class | SceneAttribute |
Displays a dropdown list of available build settings Scenes (must be used with a 'string' typed property). More... | |
class | ShowPropConditionalAttribute |
Shows or hides a property based on a bool method returned value. More... | |
class | ShowPropIfAttribute |
Shows or hides the current property on the inspector based on a serialized bool property value. More... | |
class | TagAttribute |
Displays a dropdown list of available Tags (must be used with a 'string' typed property). More... | |
Enumerations | |
enum | HeaderPlusColor { red , green , blue , white , black , yellow , cyan , magenta , gray , grey } |
Convenience color presets. It must be casted to 'int' when passed as a parameter in HeaderPlusAttribute constructor. | |
enum | LabelPlusColor { red , green , blue , white , black , yellow , cyan , magenta , gray , grey } |
Convenience color presets. It must be casted to 'int' when passed as a parameter in LabelPlusAttribute constructor. | |