C# Class DungeonMasterEngine.DungeonContent.Actuators.SimpleRemoteActuator

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

Méthodes protégées

Méthode 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 méthode

protected final PerformMessage ( Tile targetTile, ActionStateX action, bool activated ) : void
targetTile Tile
action ActionStateX
activated bool
Résultat void

SendMessageAsync() protected méthode

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

SimpleRemoteActuator() protected méthode

protected SimpleRemoteActuator ( Tile targetTile, ActionStateX targetAction, Vector3 position ) : System
targetTile Tile
targetAction ActionStateX
position Vector3
Résultat System