Click or drag to resize

TriggerFilter Class

This is both a Trigger and an ITriggerable, which means it can be a bridge between the two. The reason this class exists in that way is so you can consolidate multiple Triggers into a single Trigger.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          DustProductions.TriggerMeTimbersTrigger
            DustProductions.TriggerMeTimbersTriggerFilter

Namespace:  DustProductions.TriggerMeTimbers
Assembly:  DustProductions.TriggerMeTimbers (in DustProductions.TriggerMeTimbers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class TriggerFilter : Trigger, 
	ITriggerable

The TriggerFilter type exposes the following members.

Constructors
  NameDescription
Public methodTriggerFilter
Initializes a new instance of the TriggerFilter class
Top
Methods
  NameDescription
Protected methodCheckTriggerString
Override for the default Trigger that determines what value, if any, to send to the Triggerables referenced on this component.
(Overrides TriggerCheckTriggerString(String).)
Protected methodGetTriggerDropdownOptions
Get the dropdown options for this Trigger.
(Overrides TriggerGetTriggerDropdownOptions.)
Protected methodReset
The Reset method called by Unity.
(Overrides TriggerReset.)
Public methodTriggerHit
Tracks the Triggers that have hit this to determine what to send to the Triggerables.
Top
See Also