C# Class DungeonMasterEngine.DungeonContent.Actuators.SimpleRemoteActuator

Inheritance: RemoteActuator
Exibir arquivo Open project: ggrrin/DungeonMaster

Protected Methods

Method Description
PerformMessage ( Tile targetTile, ActionStateX action, bool activated ) : void
SendMessageAsync ( bool activated ) : void
SimpleRemoteActuator ( Tile targetTile, ActionStateX targetAction, Vector3 position ) : System

Method Details

PerformMessage() protected final method

protected final PerformMessage ( Tile targetTile, ActionStateX action, bool activated ) : void
targetTile Tile
action ActionStateX
activated bool
return void

SendMessageAsync() protected method

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

SimpleRemoteActuator() protected method

protected SimpleRemoteActuator ( Tile targetTile, ActionStateX targetAction, Vector3 position ) : System
targetTile Tile
targetAction ActionStateX
position Vector3
return System