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

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

공개 메소드들

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

메소드 상세

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 ContentManager.
리턴 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