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

Inheritance: SimpleRemoteActuator
Exibir arquivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
LogicGate ( Tile targetTile, ActionStateX action, Vector3 position, bool refBit0, bool refBit1, bool refBit2, bool refBit3 ) : System
this ( int bitIndex ) : bool

Method Details

LogicGate() public method

public LogicGate ( Tile targetTile, ActionStateX action, Vector3 position, bool refBit0, bool refBit1, bool refBit2, bool refBit3 ) : System
targetTile Tile
action ActionStateX
position Vector3
refBit0 bool
refBit1 bool
refBit2 bool
refBit3 bool
return System

this() public method

public this ( int bitIndex ) : bool
bitIndex int
return bool