SystemInterface()
Public interface for a System
Can be used to start/stop ScreenPage render,
And provides access to SystemSettings, SystemSocketConnection and SystemAudioInterface
accessible via ScreenPage.system and System.system
Constructor
new SystemInterface()
- Source:
- See:
-
- System a part of System class instance
- ScreenPage a part of ScreenPage class instance
Members
- Source:
- Source:
installModule
- Source:
loader :AssetsManager
- Source:
modules :Map.<string, Object>
- Source:
- Source:
- Source:
Methods
registerDrawObject(createInstanceKey, createInstanceMethod)
Parameters:
Name |
Type |
Description |
createInstanceKey |
string
|
|
createInstanceMethod |
*
|
|
- Source: