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

Inheritance: RemoteActuator
Exibir arquivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
ExchangeItems ( IGrabableItem item ) : IGrabableItem
SwitchSequenceActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable targetTiles, IEnumerable actions ) : System.Collections.Generic

Protected Methods

Method Description
SendMessageAsync ( bool activated ) : void

Private Methods

Method Description
UpdateTextures ( ) : void

Method Details

ExchangeItems() public method

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

SendMessageAsync() protected method

protected SendMessageAsync ( bool activated ) : void
activated bool
return void

SwitchSequenceActuator() public method

public SwitchSequenceActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable targetTiles, IEnumerable actions ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
targetTiles IEnumerable
actions IEnumerable
return System.Collections.Generic