Package com.ardorcraft.control
Interface ITriggerGroup
- All Known Implementing Classes:
UprightFlyControlTriggers
,WalkControlTriggers
public interface ITriggerGroup
-
Method Summary
Modifier and TypeMethodDescriptionvoid
AddToLayer
(LogicalLayer layer) Add the triggers to the specified logical layer.void
RemoveFromLayer
(LogicalLayer layer) Removes the trigger from the specified logival layer
-
Method Details
-
AddToLayer
Add the triggers to the specified logical layer.- Parameters:
layer
- The logical layer to add the triggers to.
-
RemoveFromLayer
Removes the trigger from the specified logival layer- Parameters:
layer
- The logical layer to remove the triggers from.
-