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
|
Classes | |
class | PlatformControllerDisplayState |
Public Types | |
enum | ControllerDisplayState { Controller_None , Controller_XBO , Controller_PS4 } |
Public Member Functions | |
PlatformControllerDisplay.ControllerDisplayState | DisplayedController () |
PlatformControllerDisplay () | |
virtual void | Init () |
virtual void | Shutdown () |
Static Public Member Functions | |
static void | Create () |
static void | Create (string resourceId) |
static void | Destroy () |
Public Attributes | |
string[] | Controller_XBO |
string[] | Controller_PS4 |
Properties | |
static T | Instance [get, set] |
Private Member Functions | |
void | OnEnable () |
void | OnDisable () |
Static Private Member Functions | |
static void | CreateOnMainThread (object resourceId) |
static void | Cleanup () |
Static Private Attributes | |
static T | _instance |
static bool | _initialised |
Definition at line 8 of file PlatformControllerDisplay.cs.