C# 클래스 PlatformerPOC.Seeding.GameDataLoader

파일 보기 프로젝트 열기: bramdemoor/MonoGame-PlatformerPOC 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CharacterSheets List
pixelForLines Microsoft.Xna.Framework.Graphics.Texture2D

공개 메소드들

메소드 설명
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

메소드 상세

GameDataLoader() 공개 메소드

public GameDataLoader ( PlatformGame game ) : System
game PlatformGame
리턴 System

GetBotNames() 공개 메소드

public GetBotNames ( ) : List
리턴 List

GetDemoLevel() 공개 메소드

public GetDemoLevel ( ) : LevelData
리턴 LevelData

GetRectangleByTileKey() 공개 메소드

public GetRectangleByTileKey ( string tileKey ) : Rectangle?
tileKey string
리턴 Rectangle?

GetTextureByKey() 공개 메소드

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

GetTextureByTileKey() 공개 메소드

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

LoadContent() 공개 메소드

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

프로퍼티 상세

CharacterSheets 공개적으로 프로퍼티

public List CharacterSheets
리턴 List

pixelForLines 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics pixelForLines
리턴 Microsoft.Xna.Framework.Graphics.Texture2D