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