C# Class DungeonMasterEngine.DungeonContent.Actuators.Wall.KeyHoleActuator

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

Méthodes publiques

Méthode Description
ExchangeItems ( IGrabableItem item ) : IGrabableItem
KeyHoleActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable targetTile, IEnumerable action, IConstrain constrain, bool destroyItem ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Méthode Description
SendMessageAsync ( bool activated ) : void
UpdateGraphic ( ) : void

Method Details

ExchangeItems() public méthode

public ExchangeItems ( IGrabableItem item ) : IGrabableItem
item IGrabableItem
Résultat IGrabableItem

KeyHoleActuator() public méthode

public KeyHoleActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable targetTile, IEnumerable action, IConstrain constrain, bool destroyItem ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
targetTile IEnumerable
action IEnumerable
constrain IConstrain
destroyItem bool
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string