C# 클래스 FlatRedBallWpf.MainGame

상속: FlatRedBallGameBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
MainGame ( FlatRedBallControl frbControl ) : System.Windows.Forms

보호된 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Initialize ( ) : void

This method is where you'll set up your camera, create sprites, etc.

Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
HandleModifyMouseState ( Microsoft &mouseState ) : void

메소드 상세

Draw() 보호된 메소드

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Initialize() 보호된 메소드

This method is where you'll set up your camera, create sprites, etc.
protected Initialize ( ) : void
리턴 void

MainGame() 공개 메소드

public MainGame ( FlatRedBallControl frbControl ) : System.Windows.Forms
frbControl FlatRedBallControl
리턴 System.Windows.Forms

Update() 보호된 메소드

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