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

Inheritance: FloorActuator
Exibir arquivo Open project: ggrrin/DungeonMaster

Public Methods

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

Protected Methods

Method Description
TriggerCondition ( ) : bool

Method Details

PartyPossesionActuator() public method

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
return System.Collections.Generic

TriggerCondition() protected method

protected TriggerCondition ( ) : bool
return bool