C# Класс XPlane.Core.Miscellaneous.DebugDisplay

Наследование: IDrawable, IUpdateable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DebugDisplay ( EntityComposer entityComposer ) : System

Initializes a new DebugDisplay class.

Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the DebugDisplay.

Update ( GameTime gameTime ) : void

Updates the DebugDisplay.

Описание методов

DebugDisplay() публичный Метод

Initializes a new DebugDisplay class.
public DebugDisplay ( EntityComposer entityComposer ) : System
entityComposer EntityComposer The EntityComposer.
Результат System

Draw() публичный Метод

Draws the DebugDisplay.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
Результат void

Update() публичный Метод

Updates the DebugDisplay.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
Результат void