PercentageVariable
Class in Zigurous.Architecture
Inherits from ScriptableVariable<T>
Declaration
public class PercentageVariable : ScriptableVariable<float>
Description
A percentage variable saved as a ScriptableObject. Percentages are float values in the range [0..1].
Properties
value | The value of the variable. |
Inherited
Properties
defaultValue | The default value of the variable. |
Inherited
Methods
ResetToDefault | Resets the value to its default value. |