Свойство | Тип | Описание | |
---|---|---|---|
CharacterSheets | List |
||
pixelForLines | Microsoft.Xna.Framework.Graphics.Texture2D |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public GetRectangleByTileKey ( string tileKey ) : Rectangle? | ||
tileKey | string | |
Результат | Rectangle? |
public GetTextureByKey ( string textureKey ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
textureKey | string | |
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public GetTextureByTileKey ( string tileKey ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
tileKey | string | |
Результат | Microsoft.Xna.Framework.Graphics.Texture2D |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
Результат | void |