Method | Description | |
---|---|---|
Draw ( |
||
Hexagon ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int x, int y, bool hasAnimation ) : System | ||
Update ( |
public Draw ( |
||
spriteBatch | ||
return | void |
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 |
public Update ( |
||
time | ||
return | void |