Public Member Functions | |
| void | Reset () |
| void | Set (float value) |
| void | Set (float value, float threshold) |
| void | Set (bool state) |
Static Public Member Functions | |
| static implicit | operator bool (InputControlState state) |
| static implicit | operator float (InputControlState state) |
| static bool | operator== (InputControlState a, InputControlState b) |
| static bool | operator!= (InputControlState a, InputControlState b) |
Public Attributes | |
| bool | State |
| float | Value |
| float | RawValue |