C# 클래스 PolygonEditor.MainGame

상속: FlatRedBallGameBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
MainGame ( FlatRedBallControl frbControl ) : FlatRedBall

보호된 메소드들

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

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

Update ( GameTime gameTime ) : 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 ) : FlatRedBall
frbControl FlatRedBallControl
리턴 FlatRedBall

Update() 보호된 메소드

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