s&box docs
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

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; }

Metadata

FieldValue
NamespaceSandbox.ActionGraphs
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ActionGraphs.ActionsInvoker

On this page