|
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
|
Inheritance diagram for InControl.InControlManager:
Collaboration diagram for InControl.InControlManager:Public Member Functions | |
| InControlManager () | |
Public Attributes | |
| bool | logDebugInfo |
| bool | invertYAxis |
| bool | dontDestroyOnLoad |
| bool | suspendInBackground |
| InControlUpdateMode | updateMode |
| bool | enableICade |
| bool | enableXInput |
| bool | xInputOverrideUpdateRate |
| int | xInputUpdateRate |
| bool | xInputOverrideBufferSize |
| int | xInputBufferSize |
| bool | editorDisableAllProfiles |
| bool | enableNativeInput |
| bool | nativeInputEnableXInput |
| bool | nativeInputEnableMFi |
| bool | nativeInputPreventSleep |
| bool | nativeInputOverrideUpdateRate |
| int | nativeInputUpdateRate |
Protected Member Functions | |
| virtual void | Awake () |
| virtual void | OnDestroy () |
Properties | |
| static TComponent | Instance [get, set] |
| bool | EnforceSingleton [get, set] |
| bool | IsTheSingleton [get, set] |
| bool | IsNotTheSingleton [get, set] |
Private Member Functions | |
| void | OnEnable () |
| void | OnDisable () |
| void | Update () |
| void | FixedUpdate () |
| void | OnApplicationFocus (bool focusState) |
| void | OnApplicationPause (bool pauseState) |
| void | OnApplicationQuit () |
| void | OnSceneWasLoaded (Scene scene, LoadSceneMode loadSceneMode) |
Static Private Member Functions | |
| static void | LogMessage (LogMessage logMessage) |
| static TComponent[] | FindInstances () |
| static TComponent | FindFirstInstance () |
Private Attributes | |
| bool | useFixedUpdate |
| bool | applicationHasQuit |
Static Private Attributes | |
| static TComponent | instance |
| static bool | hasInstance |
| static int | instanceId |
| static readonly object | lockObject |
Definition at line 11 of file InControlManager.cs.