API ReferenceSandbox.ActionGraphs
public sealed class Sandbox.ActionGraphs.ActionsInvoker : Sandbox.Component
A component which allows you to use action in all the usual functions.
Constructors
Showing 1 constructors
public ActionsInvoker()
No results match this filter.
Properties
Showing 5 properties
public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnDestroyAction { get; set; }
public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnDisabledAction { get; set; }
public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnEnabledAction { get; set; }
public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnFixedUpdateAction { get; set; }
public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnUpdateAction { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.ActionGraphs |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ActionGraphs.ActionsInvoker |