Свойство | Тип | Описание | |
---|---|---|---|
programGuid | string |
Метод | Описание | |
---|---|---|
EnableUICallback ( bool enable ) : void | ||
Initialise ( ) : void | ||
LoadCompletedCallback ( bool success ) : void | ||
OnKeyEvent ( System.Enums ke, System args ) : void | ||
OnMouseEvent ( System.Enums me, System args ) : void | ||
OpenExistingAppCallback ( |
||
PopInput ( IInputSink input ) : void | ||
PushInput ( IInputSink input ) : void | ||
Run ( bool engineRunning, string initMapPath ) : void | ||
SaveCompletedCallback ( bool success ) : void | ||
UpdateCallback ( float dt ) : void |
Метод | Описание | |
---|---|---|
EventCallback ( uint eventType, |
||
GetInputs ( ) : IEnumerable |
||
LoadMapInternal ( string fileName, |
public EnableUICallback ( bool enable ) : void | ||
enable | bool | |
Результат | void |
public LoadCompletedCallback ( bool success ) : void | ||
success | bool | |
Результат | void |
public OnKeyEvent ( System.Enums ke, System args ) : void | ||
ke | System.Enums | |
args | System | |
Результат | void |
public OnMouseEvent ( System.Enums me, System args ) : void | ||
me | System.Enums | |
args | System | |
Результат | void |
public static OpenExistingAppCallback ( |
||
hWnd | ||
lParam | ||
Результат | bool |
public PopInput ( IInputSink input ) : void | ||
input | IInputSink | |
Результат | void |
public PushInput ( IInputSink input ) : void | ||
input | IInputSink | |
Результат | void |
public Run ( bool engineRunning, string initMapPath ) : void | ||
engineRunning | bool | |
initMapPath | string | |
Результат | void |
public SaveCompletedCallback ( bool success ) : void | ||
success | bool | |
Результат | void |