C# 클래스 BulletMan.MainScreen

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

공개 메소드들

메소드 설명
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

Update method

비공개 메소드들

메소드 설명
CreateBulletMan ( Vector2 offset ) : void

Create ragdoll

CreateCanyon ( Vector2 offset ) : void

Create component canyon

CreateCastle ( Vector2 offset ) : void

Create clowns castle

Reset ( ) : void

Initialize game

breset_Released ( Component source ) : void

Reset released button

s_Canyon_Pressed ( Component source ) : void

Pressed canyon fire button

s_Canyon_Released ( Component source ) : void

Release canyon fire button

slOrientation_ValueChangeEvent ( Component source ) : void

Move the canyon

메소드 상세

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() 공개 메소드

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