|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for InControl.InputControlState: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 |
Definition at line 8 of file InputControlState.cs.