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 | |
UnknownDeviceControl (InputControlType control, InputRangeType sourceRange) | |
bool | Equals (UnknownDeviceControl other) |
override bool | Equals (object other) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T other) |
Static Public Member Functions | |
static bool | operator== (UnknownDeviceControl a, UnknownDeviceControl b) |
static bool | operator!= (UnknownDeviceControl a, UnknownDeviceControl b) |
static implicit | operator bool (UnknownDeviceControl control) |
static | UnknownDeviceControl () |
Public Attributes | |
InputControlType | Control |
InputRangeType | SourceRange |
bool | IsButton |
bool | IsAnalog |
Static Public Attributes | |
static readonly UnknownDeviceControl | None |
Package Functions | |
float | GetValue (InputDevice device) |
void | Save (BinaryWriter writer) |
void | Load (BinaryReader reader) |
Properties | |
int | Index [get] |
Definition at line 8 of file UnknownDeviceControl.cs.