C# 클래스 Microsoft.Xna.Framework.AndroidGamePlatform

상속: Microsoft.Xna.Framework.GamePlatform
파일 보기 프로젝트 열기: procfxgen/MGShaderEditor

공개 메소드들

메소드 설명
Activity_Paused ( object sender, EventArgs e ) : void
Activity_Resumed ( object sender, EventArgs e ) : void
AndroidGamePlatform ( Microsoft.Xna.Framework.Game game ) : System
BeforeDraw ( GameTime gameTime ) : bool
BeforeInitialize ( ) : void
BeforeRun ( ) : bool
BeforeUpdate ( GameTime gameTime ) : bool
BeginScreenDeviceChange ( bool willBeFullScreen ) : void
EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
EnterFullScreen ( ) : void
Exit ( ) : void
ExitFullScreen ( ) : void
Log ( string Message ) : void
Present ( ) : void
RunLoop ( ) : void
StartRunLoop ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Activity_Paused() 공개 메소드

public Activity_Paused ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Activity_Resumed() 공개 메소드

public Activity_Resumed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

AndroidGamePlatform() 공개 메소드

public AndroidGamePlatform ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
리턴 System

BeforeDraw() 공개 메소드

public BeforeDraw ( GameTime gameTime ) : bool
gameTime GameTime
리턴 bool

BeforeInitialize() 공개 메소드

public BeforeInitialize ( ) : void
리턴 void

BeforeRun() 공개 메소드

public BeforeRun ( ) : bool
리턴 bool

BeforeUpdate() 공개 메소드

public BeforeUpdate ( GameTime gameTime ) : bool
gameTime GameTime
리턴 bool

BeginScreenDeviceChange() 공개 메소드

public BeginScreenDeviceChange ( bool willBeFullScreen ) : void
willBeFullScreen bool
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndScreenDeviceChange() 공개 메소드

public EndScreenDeviceChange ( string screenDeviceName, int clientWidth, int clientHeight ) : void
screenDeviceName string
clientWidth int
clientHeight int
리턴 void

EnterFullScreen() 공개 메소드

public EnterFullScreen ( ) : void
리턴 void

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

ExitFullScreen() 공개 메소드

public ExitFullScreen ( ) : void
리턴 void

Log() 공개 메소드

public Log ( string Message ) : void
Message string
리턴 void

Present() 공개 메소드

public Present ( ) : void
리턴 void

RunLoop() 공개 메소드

public RunLoop ( ) : void
리턴 void

StartRunLoop() 공개 메소드

public StartRunLoop ( ) : void
리턴 void