프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetTitleBarHeight | float | ||
InitializeMainWindow | void | ||
ResetWindowBounds | void | ||
ResumeUpdatingAndDrawing | void | ||
SuspendUpdatingAndDrawing | void |
메소드 | 설명 | |
---|---|---|
BeforeDraw ( |
||
BeforeRun ( ) : bool | ||
BeforeUpdate ( |
||
BeginScreenDeviceChange ( bool willBeFullScreen ) : void | ||
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void | ||
EnterBackground ( ) : void | ||
EnterForeground ( ) : void | ||
EnterFullScreen ( ) : void | ||
Exit ( ) : void | ||
ExitFullScreen ( ) : void | ||
MacGamePlatform ( Microsoft.Xna.Framework.Game game ) : System | ||
Present ( ) : void | ||
ResetElapsedTime ( ) : void | ||
StartRunLoop ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnIsMouseVisibleChanged ( ) : void |
메소드 | 설명 | |
---|---|---|
GetTitleBarHeight ( ) : float | ||
InitializeMainWindow ( ) : void | ||
ResetWindowBounds ( ) : void | ||
ResumeUpdatingAndDrawing ( ) : void | ||
SuspendUpdatingAndDrawing ( ) : 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 MacGamePlatform ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
리턴 | System |