프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NativeWindow | Object | ||
Programs | Program>.Dictionary |
메소드 | 설명 | |
---|---|---|
Destroy ( ) : void | ||
GetProgram ( string name ) : Program | ||
RegisterProgram ( string name, Program program ) : void | ||
Start ( uint width, uint height, |
||
Step ( double time ) : void | ||
UnregisterProgram ( string name ) : void |
public static RegisterProgram ( string name, Program program ) : void | ||
name | string | |
program | Program | |
리턴 | void |
public static Start ( uint width, uint height, |
||
width | uint | |
height | uint | |
rootType | ||
리턴 | void |
public static UnregisterProgram ( string name ) : void | ||
name | string | |
리턴 | void |