C# Class Pokemon3D.UI.Hexagon

Inheritance: UiElement
Datei anzeigen Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method 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 method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Hexagon() public method

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
return System

Update() public method

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void