C# 클래스 XPlane.Core.Scenes.GameScene

상속: Sharpex2D.Rendering.Scene.Scene
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

Private Properties

프로퍼티 타입 설명
HandleInput void

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the scene.

Initialize ( ) : void

Initializes the Scene.

LoadContent ( ContentManager content ) : void

Loads the content.

OnSceneActivated ( ) : void

Called if the scene is activated.

Update ( GameTime gameTime ) : void

Updates the scene.

비공개 메소드들

메소드 설명
HandleInput ( GameTime gameTime ) : void

Handles the input.

메소드 상세

Draw() 공개 메소드

Draws the scene.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
리턴 void

Initialize() 공개 메소드

Initializes the Scene.
public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

Loads the content.
public LoadContent ( ContentManager content ) : void
content ContentManager The Content.
리턴 void

OnSceneActivated() 공개 메소드

Called if the scene is activated.
public OnSceneActivated ( ) : void
리턴 void

Update() 공개 메소드

Updates the scene.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
리턴 void