RangedFloat | Initialize the float as a fixed value. |
xobsolete | |
yobsolete |
FixedValue | The fixed value. Setting this will convert us to a fixed value |
Max | The maximum value of the float range. For RangedFloat.RangeType.Fixed, this will be the same as RangedFloat.Min. |
Min | The minimum value of the float range. |
Range | Range type of this float. |
RangeValue | The range value. Setting this will convert us to a range value |
Deconstruct | |
GetValue | Returns the final value of this ranged float, randomizing between min and max values. |
Parse | Parse a ranged float from a string. Format is <c>"min[ max]"</c>. |