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