Свойство | Тип | Описание | |
---|---|---|---|
OnFocusChanged | Action |
Свойство | Тип | Описание | |
---|---|---|---|
_config | Configurator |
Метод | Описание | |
---|---|---|
CreateDetectedPlatform ( Configurator engineConfig ) : |
Detect and return the correct platform instance for the engine host.
|
|
DisplayMessageBox ( string message ) : void |
Display an error message natively. Usually this means a popup will show up.
|
|
Update ( ) : bool |
Update the platform. If this returns false then the platform/its window was closed. If the window is unfocused this blocks until a platform message is received.
|
Метод | Описание | |
---|---|---|
Setup ( Configurator config ) : void |
Setup the native platform and creates a window.
|
|
SetupInternal ( Configurator config ) : void |
Platform setup.
|
|
UpdatePlatform ( ) : bool |
public static CreateDetectedPlatform ( Configurator engineConfig ) : |
||
engineConfig | Configurator | |
Результат |
public abstract DisplayMessageBox ( string message ) : void | ||
message | string | The message to display. |
Результат | void |
protected Setup ( Configurator config ) : void | ||
config | Configurator | Configuration for the platform - usually passed from the engine. |
Результат | void |
protected abstract SetupInternal ( Configurator config ) : void | ||
config | Configurator | |
Результат | void |
protected abstract UpdatePlatform ( ) : bool | ||
Результат | bool |