C# Class XPlane.Core.Scenes.MenuScene

Inheritance: Sharpex2D.Rendering.Scene.Scene
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
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.

Method Details

Draw() public méthode

Draws the Scene.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
Résultat void

Initialize() public méthode

Initializes the scene.
public Initialize ( ) : void
Résultat void

LoadContent() public méthode

Loads the content.
public LoadContent ( ContentManager content ) : void
content ContentManager The ContentManager.
Résultat void

OnSceneActivated() public méthode

Called if the scene is activated.
public OnSceneActivated ( ) : void
Résultat void

Update() public méthode

Updates the scene.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
Résultat void