![]() |
SpaceRTS - Starter Pack
1.3
|
Use this PropertyAttribute to achieve indentation, readonly or conditional feature at the same time. More...
Public Member Functions | |
| CustomAttribute () | |
Public Attributes | |
| string | conditional ="" |
| Name of the field that controls if this one can be visible or not. (must be a bool) More... | |
| int | indent =0 |
| Indentation level for this field. More... | |
| bool | readOnly = false |
| Indicates if this field is read only or can be edited by the inspector. More... | |
Use this PropertyAttribute to achieve indentation, readonly or conditional feature at the same time.
| GameBase.AttributeExtension.CustomAttribute.CustomAttribute | ( | ) |
| string GameBase.AttributeExtension.CustomAttribute.conditional ="" |
Name of the field that controls if this one can be visible or not. (must be a bool)
| int GameBase.AttributeExtension.CustomAttribute.indent =0 |
Indentation level for this field.
| bool GameBase.AttributeExtension.CustomAttribute.readOnly = false |
Indicates if this field is read only or can be edited by the inspector.