A Networked fusion type for degrees. This can be used with the NetworkedAttribute, in RPCs, or in NetworkInput structs.
More...
|
|
static Angle | Clamp (Angle value, Angle min, Angle max) |
| | Returns a the value, clamped to the min-max range.
|
|
static Angle | Lerp (Angle a, Angle b, float t) |
| | Lerps between two angle values.
|
|
static Angle | Max (Angle a, Angle b) |
| | Returns the larger of two supplied angles.
|
|
static Angle | Min (Angle a, Angle b) |
| | Returns the smaller of two supplied angles.
|
| static implicit | operator Angle (double value) |
| | Converts double to Angle.
|
| static implicit | operator Angle (float value) |
| | Converts float to Angle.
|
| static implicit | operator Angle (int value) |
| | Converts int to Angle.
|
| static | operator double (Angle value) |
| | Converts Angle to double.
|
| static | operator float (Angle value) |
| | Converts Angle to float.
|
| static bool | operator!= (Angle a, Angle b) |
| | Inequality operator for Angle struct.
|
| static Angle | operator+ (Angle a, Angle b) |
| | Addition operator for Angle struct.
|
| static Angle | operator- (Angle a, Angle b) |
| | Subtraction operator for Angle struct.
|
| static bool | operator< (Angle a, Angle b) |
| | Less than operator for Angle struct.
|
| static bool | operator<= (Angle a, Angle b) |
| | Less than or equal to operator for Angle struct.
|
| static bool | operator== (Angle a, Angle b) |
| | Equality operator for Angle struct.
|
| static bool | operator> (Angle a, Angle b) |
| | Greater than operator for Angle struct.
|
| static bool | operator>= (Angle a, Angle b) |
| | Greater than or equal to operator for Angle struct.
|
A Networked fusion type for degrees. This can be used with the NetworkedAttribute, in RPCs, or in NetworkInput structs.