프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 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 Run ( bool engineRunning, string initMapPath ) : void | ||
engineRunning | bool | |
initMapPath | string | |
리턴 | void |
public SaveCompletedCallback ( bool success ) : void | ||
success | bool | |
리턴 | void |