 | Trigger Class |
Trigger that executes a set of actions whenever a set of conditions if fulfilled.
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour Slash.Unity.Common.TriggersTrigger
Namespace: Slash.Unity.Common.TriggersAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic class Trigger : MonoBehaviour
Public Class Trigger
Inherits MonoBehaviour
public ref class Trigger : public MonoBehaviour
type Trigger =
class
inherit MonoBehaviour
endThe Trigger type exposes the following members.
Constructors|
| Name | Description |
|---|
 | Trigger | Initializes a new instance of the Trigger class |
Top
Fields|
| Name | Description |
|---|
 | Actions |
Actions to execute.
|
 | Conditions |
Conditions that have to be fulfilled in order to trigger the actions.
|
Top
See Also