Attribute used to mark a field that needs to change based on an exponent via a UI slider More...
Inherits PropertyAttribute.
Public Member Functions | |
Pow2SliderAttribute (int min, int max) | |
Public Attributes | |
bool | AllowZero = true |
Determines if a slider power of 0 results in an actual value of one, or zero. More... | |
int | MaxPower = 7 |
int | MinPower = 0 |
Units | Unit = Units.None |
Attribute used to mark a field that needs to change based on an exponent via a UI slider
bool AllowZero = true |
Determines if a slider power of 0 results in an actual value of one, or zero.