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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
SendMessageAsync ( bool activated ) : void

Private Methods

Méthode Description
UpdateTextures ( ) : void

Method Details

ExchangeItems() public méthode

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

SendMessageAsync() protected méthode

protected SendMessageAsync ( bool activated ) : void
activated bool
Résultat void

SwitchSequenceActuator() public méthode

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