Property | Type | Description | |
---|---|---|---|
height | int | ||
width | int |
Method | Description | |
---|---|---|
DrawMap ( |
||
Map ( GraphicsDevice graphics, Microsoft.Xna.Framework.Graphics.Texture2D tileSheet ) : System | ||
Set ( int y, int x, |
||
getType ( int y, int x ) : |
public DrawMap ( |
||
spriteBatch | ||
tileSheet | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | void |
public Map ( GraphicsDevice graphics, Microsoft.Xna.Framework.Graphics.Texture2D tileSheet ) : System | ||
graphics | GraphicsDevice | |
tileSheet | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public Set ( int y, int x, |
||
y | int | |
x | int | |
currentTile | ||
return | void |
public static getType ( int y, int x ) : |
||
y | int | |
x | int | |
return |