Table of Contents

Class ExecutionEventUber

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
[NodeInfo("Entry point that starts graph execution from a named event with dynamic parameters.")]
public sealed class ExecutionEventUber : ExecutionEventBase, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
ExecutionEventUber
Implements
Inherited Members

Constructors

ExecutionEventUber()

public ExecutionEventUber()

Fields

argumentCount

[HideInGraphEditor]
public int argumentCount

Field Value

int

exec

[OutputPort(false)]
[CeresLabel("")]
public NodePort exec

Field Value

NodePort

outputs

[OutputPort(true)]
public CeresPort<object>[] outputs

Field Value

CeresPort<object>[]

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()