Method | Description | |
---|---|---|
Boot ( ) : void | ||
FetchTile ( int x, int y ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager _content ) : void | ||
Update ( |
Method | Description | |
---|---|---|
GenerateAssetURL ( int x, int y ) : string |
public static FetchTile ( int x, int y ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
x | int | |
y | int | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager _content ) : void | ||
_content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public static Update ( |
||
gameTime | ||
return | void |