Interface ITriggerGroup

All Known Implementing Classes:
UprightFlyControlTriggers, WalkControlTriggers

public interface ITriggerGroup
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Add the triggers to the specified logical layer.
    void
    Removes the trigger from the specified logival layer
  • Method Details

    • AddToLayer

      void AddToLayer(LogicalLayer layer)
      Add the triggers to the specified logical layer.
      Parameters:
      layer - The logical layer to add the triggers to.
    • RemoveFromLayer

      void RemoveFromLayer(LogicalLayer layer)
      Removes the trigger from the specified logival layer
      Parameters:
      layer - The logical layer to remove the triggers from.