terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Attributes | |
int | fingerId |
int | mouseButton |
TouchPhase | phase |
int | tapCount |
Vector2 | position |
Vector2 | startPosition |
Vector2 | deltaPosition |
Vector2 | lastPosition |
float | deltaTime |
ulong | updateTick |
TouchType | type |
float | altitudeAngle |
float | azimuthAngle |
float | maximumPossiblePressure |
float | pressure |
float | radius |
float | radiusVariance |
Static Public Attributes | |
const int | FingerID_None = -1 |
const int | FingerID_Mouse = -2 |
Package Functions | |
Touch () | |
void | Reset () |
void | SetWithTouchData (Touch touch, ulong updateTick, float deltaTime) |
bool | SetWithMouseData (int button, ulong updateTick, float deltaTime) |
Properties | |
float | normalizedPressure [get] |
float | NormalizedPressure [get] |
bool | IsMouse [get] |