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

Inheritance: Actuator
Mostrar archivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
AlcoveActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable storage ) : System.Collections.Generic
ExchangeItems ( IGrabableItem item ) : IGrabableItem

Private Methods

Method Description
UpdateTextures ( ) : void

Method Details

AlcoveActuator() public method

public AlcoveActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable storage ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
storage IEnumerable
return System.Collections.Generic

ExchangeItems() public method

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