C# 클래스 Motor.MainScreen

상속: Screen
파일 보기 프로젝트 열기: Syderis/CellSDK-Tutorials

공개 메소드들

메소드 설명
BackButtonPressed ( ) : void

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)

Initialize ( ) : void

Sets the screen up (UI components, multimedia content, etc.)

Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
HandleBtnLeftReleased ( Component source ) : void
HandleBtnRightReleased ( Component source ) : void
HandleBtnStopReleased ( Component source ) : void

메소드 상세

BackButtonPressed() 공개 메소드

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)
public BackButtonPressed ( ) : void
리턴 void

Initialize() 공개 메소드

Sets the screen up (UI components, multimedia content, etc.)
public Initialize ( ) : void
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void