|
Elin Decompiled Documentation EA 23.242 Nightly
|
Public Attributes | |
| BaseModManager | mods = new BaseModManager() |
Public Attributes inherited from BaseCore | |
| Version | version |
| Version | versionMoongate |
| Version | versionMod |
| ReleaseMode | releaseMode |
| string | langCode |
| EventSystem | eventSystem |
| List< Action > | actionsLateUpdate = new List<Action>() |
| List< Action > | actionsNextFrame = new List<Action>() |
| Canvas | canvas |
| string | forceLangCode |
| int | frame |
Static Public Attributes | |
| static new CoreEmu | Instance |
Static Public Attributes inherited from BaseCore | |
| static bool | IsOffline |
| static BaseCore | Instance |
| static bool | resetRuntime |
| static Func< bool > | BlockInput |
Protected Member Functions | |
| override void | Awake () |
| virtual void | Awake () |
Additional Inherited Members | |
Public Member Functions inherited from BaseCore | |
| virtual void | ConsumeInput () |
| void | WaitForEndOfFrame (Action action) |
| virtual void | StopEventSystem (float duration=0.2f) |
| virtual void | StopEventSystem (Component c, Action action, float duration=0.15f) |
| virtual void | FreezeScreen (float duration=0.3f) |
| virtual void | UnfreezeScreen () |
| virtual void | RebuildBGMList () |
Protected Attributes inherited from BaseCore | |
| int | lastScreenWidth |
| int | lastScreenHeight |
Properties inherited from BaseCore | |
| virtual float | uiScale [get] |
Definition at line 1 of file CoreEmu.cs.
|
inlineprotectedvirtual |
Reimplemented from BaseCore.
Definition at line 7 of file CoreEmu.cs.
References CorePath.Init(), and Instance.
|
static |
Definition at line 5 of file CoreEmu.cs.
Referenced by Awake().
| BaseModManager CoreEmu.mods = new BaseModManager() |
Definition at line 3 of file CoreEmu.cs.