FloatRange.minMax
Static Property in FloatRange
Declaration
public static readonly FloatRange minMax { get; }Description
Shorthand for writing FloatRange(float.MinValue, float.MaxValue).
public static readonly FloatRange minMax { get; }Shorthand for writing FloatRange(float.MinValue, float.MaxValue).