API ReferenceSandbox.ActionGraphs
public class Sandbox.ActionGraphs.TriggerActionComponent : Sandbox.ComponentObsolete
Reacts to collider triggers.
Obsolete
Please use "Collider.OnTriggerEnter" and "Collider.OnTriggerExit".
Constructors
Showing 1 constructors
public TriggerActionComponent()
No results match this filter.
Properties
Showing 2 properties
public Sandbox.ActionGraphs.TriggerActionComponent.TriggerDelegate Sandbox.ActionGraphs.TriggerActionComponent.TriggerEnter { get; set; }
public Sandbox.ActionGraphs.TriggerActionComponent.TriggerDelegate Sandbox.ActionGraphs.TriggerActionComponent.TriggerExit { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.ActionGraphs |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ActionGraphs.TriggerActionComponent |