C# Class PlatformerPOC.Seeding.GameDataLoader

Datei anzeigen Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Public Properties

Property Type Description
CharacterSheets List
pixelForLines Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

Method Description
GameDataLoader ( PlatformGame game ) : System
GetBotNames ( ) : List
GetDemoLevel ( ) : LevelData
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

Method Details

GameDataLoader() public method

public GameDataLoader ( PlatformGame game ) : System
game PlatformGame
return System

GetBotNames() public method

public GetBotNames ( ) : List
return List

GetDemoLevel() public method

public GetDemoLevel ( ) : LevelData
return LevelData

GetRectangleByTileKey() public method

public GetRectangleByTileKey ( string tileKey ) : Rectangle?
tileKey string
return Rectangle?

GetTextureByKey() public method

public GetTextureByKey ( string textureKey ) : Microsoft.Xna.Framework.Graphics.Texture2D
textureKey string
return Microsoft.Xna.Framework.Graphics.Texture2D

GetTextureByTileKey() public method

public GetTextureByTileKey ( string tileKey ) : Microsoft.Xna.Framework.Graphics.Texture2D
tileKey string
return Microsoft.Xna.Framework.Graphics.Texture2D

LoadContent() public method

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

Property Details

CharacterSheets public_oe property

public List CharacterSheets
return List

pixelForLines public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics pixelForLines
return Microsoft.Xna.Framework.Graphics.Texture2D