C# Class XPlane.Core.Miscellaneous.DebugDisplay

Inheritance: IDrawable, IUpdateable
ファイルを表示 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
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.

Method Details

DebugDisplay() public method

Initializes a new DebugDisplay class.
public DebugDisplay ( EntityComposer entityComposer ) : System
entityComposer EntityComposer The EntityComposer.
return System

Draw() public method

Draws the DebugDisplay.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
return void

Update() public method

Updates the DebugDisplay.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
return void