C# Class DungeonMasterEngine.DungeonContent.Actuators.Floor.PartyPossesionActuator

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

Méthodes publiques

Méthode Description
PartyPossesionActuator ( Microsoft.Xna.Framework.Vector3 position, Tile actuatorTile, IConstrain constrain, IEnumerable targetTile, IEnumerable action ) : System.Collections.Generic

Méthodes protégées

Méthode Description
TriggerCondition ( ) : bool

Method Details

PartyPossesionActuator() public méthode

public PartyPossesionActuator ( Microsoft.Xna.Framework.Vector3 position, Tile actuatorTile, IConstrain constrain, IEnumerable targetTile, IEnumerable action ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
actuatorTile Tile
constrain IConstrain
targetTile IEnumerable
action IEnumerable
Résultat System.Collections.Generic

TriggerCondition() protected méthode

protected TriggerCondition ( ) : bool
Résultat bool