C# Класс XPlane.Core.Scenes.GameScene

Наследование: Sharpex2D.Rendering.Scene.Scene
Показать файл Открыть проект

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