A struct that holds min and max float values and comes with a few inspector tools More...
Public Member Functions | |
FloatMinMax (Single min, Single max) | |
Create a new instance of FloatMinMax. More... | |
Public Attributes | |
Single | Max |
Max value. More... | |
Single | Min |
Min value. More... | |
A struct that holds min and max float values and comes with a few inspector tools
|
inline |
Create a new instance of FloatMinMax.
min | Min |
max | Max |
Single Quantum.FloatMinMax.Min |
Min value.
Single Quantum.FloatMinMax.Max |
Max value.