![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Attribute to indicate that a field should be hidden when another field has a specific boolean value. More...
Public Member Functions | |
DontShowWhenAttribute (string otherProperty) | |
Initializes a new instance of the PlatformerPro.DontShowWhenAttribute class. More... | |
DontShowWhenAttribute (string otherProperty, bool showWhenTrue) | |
Initializes a new instance of the PlatformerPro.DontShowWhenAttribute class. More... | |
Public Attributes | |
string | otherProperty |
Name of the other property. More... | |
bool | showWhenTrue |
If true this property will be shown when other proprty is true. More... | |
Attribute to indicate that a field should be hidden when another field has a specific boolean value.
PlatformerPro.DontShowWhenAttribute.DontShowWhenAttribute | ( | string | otherProperty | ) |
Initializes a new instance of the PlatformerPro.DontShowWhenAttribute class.
otherProperty | Other property. |
PlatformerPro.DontShowWhenAttribute.DontShowWhenAttribute | ( | string | otherProperty, |
bool | showWhenTrue | ||
) |
Initializes a new instance of the PlatformerPro.DontShowWhenAttribute class.
otherProperty | Other property. |
showWhenTrue | If set to true show when true. |
string PlatformerPro.DontShowWhenAttribute.otherProperty |
Name of the other property.
bool PlatformerPro.DontShowWhenAttribute.showWhenTrue |
If true this property will be shown when other proprty is true.