메소드 | 설명 | |
---|---|---|
BeforeDraw ( |
||
BeforeInitialize ( ) : void | ||
BeforeUpdate ( |
||
BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
EnterFullScreen ( ) : void | ||
Exit ( ) : void | ||
ExitFullScreen ( ) : void | ||
Log ( string Message ) : void | ||
OpenTKGamePlatform ( Microsoft.Xna.Framework.Game game ) : System | ||
Present ( ) : void | ||
RunLoop ( ) : void | ||
StartRunLoop ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnIsMouseVisibleChanged ( ) : void |
메소드 | 설명 | |
---|---|---|
ResetWindowBounds ( ) : void |
public BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
willBeFullScreen | bool | |
리턴 | void |
public EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
screenDeviceName | string | |
clientWidth | int | |
clientHeight | int | |
리턴 | void |
public OpenTKGamePlatform ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
리턴 | System |