The center point of Ritchie's Toolbox.
More...
|
void | Run () |
| Run the application.
|
|
void | PushEvent (Event eventToPush) |
|
|
IAssetRegistryHandle | GetAssetRegistryHandle () |
|
virtual ? Logger | CreateApplicationLogger () |
|
virtual void | ConfigurePlatformInitialization (ref PlatformInitializationOptions options) |
|
virtual void | OnPreInitialize () |
|
virtual void | OnBeforePlatformInitialize (SdlPlatform enginePlatform) |
|
virtual void | OnInitialize () |
|
virtual void | OnBeforeUpdate () |
|
virtual void | OnUpdate () |
|
virtual void | OnLateUpdate () |
|
virtual bool | TryGetAssetId< TAsset > (Guid fileId, out Guid assetId) |
|
virtual ? IAsset | LoadAsset (Guid fileId, Guid assetId) |
|
virtual void | OnShutDown () |
|
|
static Application | Instance [get] |
|
Display | CurrentDisplay [get] |
|
virtual string | Name [get] |
|
virtual string | CompanyName [get] |
|
virtual string | UserDataPath [get] |
|
The center point of Ritchie's Toolbox.
◆ OnInitialize()
virtual void OnInitialize |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ TryGetAssetId< TAsset >()
virtual bool TryGetAssetId< TAsset > |
( |
Guid | fileId, |
|
|
out Guid | assetId ) |
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- /home/ritchie/Projects/toolbox/src/Ritchie.Toolbox/Application.cs