C# Класс Sharpcraft.Components.Debug.DebugDisplay

This is a game component that implements IUpdateable.
Наследование: Microsoft.Xna.Framework.DrawableGameComponent
Показать файл Открыть проект

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

Метод Описание
Draw ( GameTime gameTime ) : void

Draws the debug information.

Update ( GameTime gameTime ) : void

Allows the game component to update itself.

Защищенные методы

Метод Описание
LoadContent ( ) : void

Loads all content used by DebugDisplay.

UnloadContent ( ) : void

Unloads content loaded by LoadContent.

Приватные методы

Метод Описание
DebugDisplay ( Microsoft.Xna.Framework.Game game, GraphicsDeviceManager graphics ) : Microsoft.Xna.Framework

Initialize a new instance of DebugDisplay.

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

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

Draws the debug information.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime N/A (Not Used) (See XNA Documentation)
Результат void

LoadContent() защищенный Метод

Loads all content used by DebugDisplay.
protected LoadContent ( ) : void
Результат void

UnloadContent() защищенный Метод

Unloads content loaded by LoadContent.
protected UnloadContent ( ) : void
Результат void

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

Allows the game component to update itself.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
Результат void