An attribute to display a slider in the Unity inspector between a min and max value. More...
Public Member Functions | |
MinMaxSliderAttribute () | |
Create a slider between 0 and 1. More... | |
MinMaxSliderAttribute (float min, float max) | |
Create a slider between min and max. More... | |
Public Attributes | |
readonly float | Max |
Max value. More... | |
readonly float | Min |
Min value. More... | |
An attribute to display a slider in the Unity inspector between a min and max value.
|
inline |
Create a slider between 0 and 1.
|
inline |
Create a slider between min and max.
min | Min |
max | Max |
readonly float Quantum.MinMaxSliderAttribute.Min |
Min value.
readonly float Quantum.MinMaxSliderAttribute.Max |
Max value.