C# Class XPlane.Core.Miscellaneous.Minimap

Inheritance: IDrawable, IUpdateable
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Minimap() public méthode

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

Update() public méthode

Updates the minimap.
public Update ( GameTime gameTime ) : void
gameTime Sharpex2D.GameTime The GameTime.
Résultat void