AngleRange
Struct in ChivalrousGames.Common
Description
Represents a degree angle range from a minimum to maximum.
Fields
min | float | Minimum value of the angle range |
max | float | Maximum value of the angle range |
Properties
zero | AngleRange | ReadOnly Static Get a new AngleRange with min and max values of 0 |
Constructors
Constructor
public AngleRange(float min, float max);
Parameters
min | float | Minimum value of the angle range |
max | float | Maximum value of the angle range |
Return
AngleRange | A new instance of AngleRange |