프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |