C# Class XPlane.Core.Miscellaneous.Minimap

Inheritance: IDrawable, IUpdateable
Mostrar archivo Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the Minimap.

Minimap ( EntityComposer entityComposer ) : System.Collections.Generic

Initializes a new Minimap class.

Update ( GameTime gameTime ) : void

Updates the minimap.

Method Details

Draw() public method

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

Minimap() public method

Initializes a new Minimap class.
public Minimap ( EntityComposer entityComposer ) : System.Collections.Generic
entityComposer EntityComposer The EntityComposer.
return System.Collections.Generic

Update() public method

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