Click or drag to resize
Trigger Class
Trigger that executes a set of actions whenever a set of conditions if fulfilled.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.TriggersTrigger

Namespace: Slash.Unity.Common.Triggers
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class Trigger : MonoBehaviour

The Trigger type exposes the following members.

Constructors
  NameDescription
Public methodTrigger
Initializes a new instance of the Trigger class
Top
Fields
  NameDescription
Public fieldActions
Actions to execute.
Public fieldConditions
Conditions that have to be fulfilled in order to trigger the actions.
Top
See Also