Table of Contents

Class ExecutionEvent

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Event entry node to start an execution

[CeresGroup("Hidden")]
[NodeInfo("Entry point that starts graph execution from a named event.")]
public class ExecutionEvent : ExecutionEventBase, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
ExecutionEvent
Implements
Inherited Members

Constructors

ExecutionEvent()

public ExecutionEvent()

Fields

eventDelegate

[OutputPort(true)]
[HideInGraphEditor]
[CeresLabel("")]
public DelegatePort<EventDelegate> eventDelegate

Field Value

DelegatePort<EventDelegate>

exec

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

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()