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 | |
TouchPool (int capacity) | |
TouchPool () | |
Touch | FindOrCreateTouch (int fingerId) |
Touch | FindTouch (int fingerId) |
void | FreeTouch (Touch touch) |
void | FreeEndedTouches () |
Public Attributes | |
readonly ReadOnlyCollection< Touch > | Touches |
Private Member Functions | |
Touch | NewTouch () |
Private Attributes | |
List< Touch > | usedTouches |
List< Touch > | freeTouches |
Definition at line 9 of file TouchPool.cs.