API ReferenceSandbox.ActionGraphs

ActionsInvokerclass

A component which allows you to use action in all the usual functions.

objectComponentActionsInvoker
Namespace
Sandbox.ActionGraphs
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ActionGraphs.ActionsInvoker : Sandbox.Component

Constructors1

Showing 1 constructors

Properties5

Showing 5 properties

public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnDestroyAction { get; set; }PUBLICGETSETLIFECYCLE

Returns:Action

public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnDisabledAction { get; set; }PUBLICGETSETLIFECYCLE

Returns:Action

public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnEnabledAction { get; set; }PUBLICGETSETLIFECYCLE

Returns:Action

public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnFixedUpdateAction { get; set; }PUBLICGETSETFIXED TICK

Returns:Action

public System.Action Sandbox.ActionGraphs.ActionsInvoker.OnUpdateAction { get; set; }PUBLICGETSETPER-FRAME

Returns:Action

On this page