Method | Description | |
---|---|---|
GetObjectCollection ( |
||
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 |
Method | Description | |
---|---|---|
Draw ( |
||
GetCollection ( CollectionType t ) : CNCMaps.Engine.Game.GameCollection | ||
GetFoundation ( |
||
GetPalette ( CNCMaps.Engine.Drawables.Drawable drawable ) : CNCMaps.Engine.Rendering.Palette | ||
GetPalettes ( ) : PaletteCollection |
public GetObjectCollection ( |
||
o | ||
return | CNCMaps.Engine.Game.GameCollection |
public GetTileCollection ( ) : CNCMaps.Engine.Game.TileCollection | ||
return | CNCMaps.Engine.Game.TileCollection |
public Theater ( TheaterType theaterType, EngineType engine ) : System | ||
theaterType | TheaterType | |
engine | EngineType | |
return | System |
public Theater ( TheaterType theaterType, EngineType engine, System.IniFile rules, System.IniFile art ) : System | ||
theaterType | TheaterType | |
engine | EngineType | |
rules | System.IniFile | |
art | System.IniFile | |
return | System |
public static TheaterTypeFromString ( string theater ) : TheaterType | ||
theater | string | |
return | TheaterType |