C# 클래스 CNCMaps.Engine.Game.Theater

파일 보기 프로젝트 열기: zzattack/ccmaps-net 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectCollection ( GameObject o ) : CNCMaps.Engine.Game.GameCollection
GetTileCollection ( ) : CNCMaps.Engine.Game.TileCollection
Initialize ( ) : bool
Theater ( TheaterType theaterType, EngineType engine ) : System
Theater ( TheaterType theaterType, EngineType engine, System.IniFile rules, System.IniFile art ) : System
TheaterTypeFromString ( string theater ) : TheaterType

비공개 메소드들

메소드 설명
Draw ( GameObject obj, CNCMaps.Engine.Rendering.DrawingSurface ds ) : void
GetCollection ( CollectionType t ) : CNCMaps.Engine.Game.GameCollection
GetFoundation ( NamedObject v ) : Size
GetPalette ( CNCMaps.Engine.Drawables.Drawable drawable ) : CNCMaps.Engine.Rendering.Palette
GetPalettes ( ) : PaletteCollection

메소드 상세

GetObjectCollection() 공개 메소드

public GetObjectCollection ( GameObject o ) : CNCMaps.Engine.Game.GameCollection
o CNCMaps.Engine.Map.GameObject
리턴 CNCMaps.Engine.Game.GameCollection

GetTileCollection() 공개 메소드

public GetTileCollection ( ) : CNCMaps.Engine.Game.TileCollection
리턴 CNCMaps.Engine.Game.TileCollection

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

Theater() 공개 메소드

public Theater ( TheaterType theaterType, EngineType engine ) : System
theaterType TheaterType
engine EngineType
리턴 System

Theater() 공개 메소드

public Theater ( TheaterType theaterType, EngineType engine, System.IniFile rules, System.IniFile art ) : System
theaterType TheaterType
engine EngineType
rules System.IniFile
art System.IniFile
리턴 System

TheaterTypeFromString() 공개 정적인 메소드

public static TheaterTypeFromString ( string theater ) : TheaterType
theater string
리턴 TheaterType