C# Class CNCMaps.Engine.Game.Theater

Afficher le fichier Open project: zzattack/ccmaps-net Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

GetObjectCollection() public méthode

public GetObjectCollection ( GameObject o ) : CNCMaps.Engine.Game.GameCollection
o CNCMaps.Engine.Map.GameObject
Résultat CNCMaps.Engine.Game.GameCollection

GetTileCollection() public méthode

public GetTileCollection ( ) : CNCMaps.Engine.Game.TileCollection
Résultat CNCMaps.Engine.Game.TileCollection

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

Theater() public méthode

public Theater ( TheaterType theaterType, EngineType engine ) : System
theaterType TheaterType
engine EngineType
Résultat System

Theater() public méthode

public Theater ( TheaterType theaterType, EngineType engine, System.IniFile rules, System.IniFile art ) : System
theaterType TheaterType
engine EngineType
rules System.IniFile
art System.IniFile
Résultat System

TheaterTypeFromString() public static méthode

public static TheaterTypeFromString ( string theater ) : TheaterType
theater string
Résultat TheaterType