C# Class PlatformerPOC.Seeding.GameDataLoader

Afficher le fichier Open project: bramdemoor/MonoGame-PlatformerPOC Class Usage Examples

Méthodes publiques

Свойство Type Description
CharacterSheets List
pixelForLines Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

Méthode 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 méthode

public GameDataLoader ( PlatformGame game ) : System
game PlatformGame
Résultat System

GetBotNames() public méthode

public GetBotNames ( ) : List
Résultat List

GetDemoLevel() public méthode

public GetDemoLevel ( ) : LevelData
Résultat LevelData

GetRectangleByTileKey() public méthode

public GetRectangleByTileKey ( string tileKey ) : Rectangle?
tileKey string
Résultat Rectangle?

GetTextureByKey() public méthode

public GetTextureByKey ( string textureKey ) : Microsoft.Xna.Framework.Graphics.Texture2D
textureKey string
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

GetTextureByTileKey() public méthode

public GetTextureByTileKey ( string tileKey ) : Microsoft.Xna.Framework.Graphics.Texture2D
tileKey string
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

LoadContent() public méthode

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Property Details

CharacterSheets public_oe property

public List CharacterSheets
Résultat List

pixelForLines public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics pixelForLines
Résultat Microsoft.Xna.Framework.Graphics.Texture2D