C# Class Pokemon3D.UI.Hexagon

Inheritance: UiElement
Afficher le fichier Open project: nilllzz/Pokemon3D Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Hexagon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y, bool hasAnimation ) : System
Update ( GameTime time ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Hexagon() public méthode

public Hexagon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y, bool hasAnimation ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
x int
y int
hasAnimation bool
Résultat System

Update() public méthode

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
Résultat void