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