C# Class DungeonMasterEngine.DungeonContent.Tiles.TileContentActivator

Inheritance: ITileContentActivator
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
ActivateContent ( Door t ) : void
ActivateContent ( Floor t ) : void
ActivateContent ( LogicTile t ) : void
ActivateContent ( Pit t ) : void
ActivateContent ( Stairs t ) : void
ActivateContent ( Teleport t ) : void
ActivateContent ( WallIlusion t ) : void

Method Details

ActivateContent() public méthode

public ActivateContent ( Door t ) : void
t Door
Résultat void

ActivateContent() public méthode

public ActivateContent ( Floor t ) : void
t Floor
Résultat void

ActivateContent() public méthode

public ActivateContent ( LogicTile t ) : void
t LogicTile
Résultat void

ActivateContent() public méthode

public ActivateContent ( Pit t ) : void
t Pit
Résultat void

ActivateContent() public méthode

public ActivateContent ( Stairs t ) : void
t Stairs
Résultat void

ActivateContent() public méthode

public ActivateContent ( Teleport t ) : void
t Teleport
Résultat void

ActivateContent() public méthode

public ActivateContent ( WallIlusion t ) : void
t WallIlusion
Résultat void