Table of Contents

Class ExecutionEvent<T1>

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Event entry node to start an execution

[CeresGroup("Hidden")]
public class ExecutionEvent<T1> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T1
Inheritance
ExecutionEvent<T1>
Implements
Inherited Members

Constructors

ExecutionEvent()

public ExecutionEvent()

Fields

eventDelegate

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

Field Value

DelegatePort<EventDelegate<T1>>

output1

[OutputPort(true)]
public CeresPort<T1> output1

Field Value

CeresPort<T1>

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()