class
ActionsInvoker
public sealed class ActionsInvoker : Component A component which allows you to use action in all the usual functions.
Constructors
ActionsInvoker() Properties
| Name | Type | Description |
|---|---|---|
OnEnabledAction | Action | |
OnUpdateAction | Action | |
OnFixedUpdateAction | Action | |
OnDisabledAction | Action | |
OnDestroyAction | Action |
Assembly:
Sandbox.Engine Namespace: Sandbox.ActionGraphs Full Name: Sandbox.ActionGraphs.ActionsInvoker