|
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.TouchPool: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 10 of file TouchPool.cs.