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

Inheritance: RemoteActuator
Mostrar archivo Open project: ggrrin/DungeonMaster

Public Methods

Method 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

Method Description
SendMessageAsync ( bool activated ) : void
UpdateGraphic ( ) : void

Method Details

ExchangeItems() public method

public ExchangeItems ( IGrabableItem item ) : IGrabableItem
item IGrabableItem
return IGrabableItem

KeyHoleActuator() public method

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

ToString() public method

public ToString ( ) : string
return string