terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
TwoAxisInputControl () | |
void | ClearInputState () |
void | Filter (TwoAxisInputControl twoAxisInputControl, float deltaTime) |
Static Public Member Functions | |
static implicit | operator bool (TwoAxisInputControl instance) |
static implicit | operator Vector2 (TwoAxisInputControl instance) |
static implicit | operator Vector3 (TwoAxisInputControl instance) |
Public Attributes | |
DeadZoneFunc | DeadZoneFunc |
bool | Raw |
Static Public Attributes | |
static readonly TwoAxisInputControl | Null |
Package Functions | |
void | UpdateWithAxes (float x, float y, ulong updateTick, float deltaTime) |
Properties | |
float | X [get, protected set] |
float | Y [get, protected set] |
OneAxisInputControl | Left [get, protected set] |
OneAxisInputControl | Right [get, protected set] |
OneAxisInputControl | Up [get, protected set] |
OneAxisInputControl | Down [get, protected set] |
ulong | UpdateTick [get, protected set] |
float | Sensitivity [get, set] |
float | StateThreshold [get, set] |
float | LowerDeadZone [get, set] |
float | UpperDeadZone [get, set] |
bool | State [get] |
bool | LastState [get] |
Vector2 | Value [get] |
Vector2 | LastValue [get] |
Vector2 | Vector [get] |
bool | HasChanged [get, protected set] |
bool | IsPressed [get] |
bool | WasPressed [get] |
bool | WasReleased [get] |
float | Angle [get] |
Static Private Member Functions | |
static | TwoAxisInputControl () |
Private Attributes | |
float< X > | k__BackingField |
float< Y > | k__BackingField |
OneAxisInputControl< Left > | k__BackingField |
OneAxisInputControl< Right > | k__BackingField |
OneAxisInputControl< Up > | k__BackingField |
OneAxisInputControl< Down > | k__BackingField |
ulong< UpdateTick > | k__BackingField |
float | sensitivity = (float)16256 |
float | lowerDeadZone |
float | upperDeadZone = (float)16256 |
float | stateThreshold |
bool | thisState |
bool | lastState |
Vector2 | thisValue |
Vector2 | lastValue |
bool | clearInputState |
bool< HasChanged > | k__BackingField |
Definition at line 9 of file TwoAxisInputControl.cs.