EulerRange Constructor
Constructor in EulerRange
Declaration
public EulerRange(float min = -360F, float max = 360F)
Description
Creates a new range with the specified values.
Parameters
min | The lower bound of the range. |
max | The upper bound of the range. |