Property | Type | Description | |
---|---|---|---|
CharacterSheets | List |
||
pixelForLines | Microsoft.Xna.Framework.Graphics.Texture2D |
Method | Description | |
---|---|---|
GameDataLoader ( PlatformGame game ) : System | ||
GetBotNames ( ) : List |
||
GetDemoLevel ( ) : |
||
GetRectangleByTileKey ( string tileKey ) : Rectangle? | ||
GetTextureByKey ( string textureKey ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
GetTextureByTileKey ( string tileKey ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void |
public GameDataLoader ( PlatformGame game ) : System | ||
game | PlatformGame | |
return | System |
public GetRectangleByTileKey ( string tileKey ) : Rectangle? | ||
tileKey | string | |
return | Rectangle? |
public GetTextureByKey ( string textureKey ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
textureKey | string | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetTextureByTileKey ( string tileKey ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
tileKey | string | |
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |