Table of Contents

Class ExecutionEvent<T1, T2, T3, T4, T5, T6>

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll
[CeresGroup("Hidden")]
public class ExecutionEvent<T1, T2, T3, T4, T5, T6> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable

Type Parameters

T1
T2
T3
T4
T5
T6
Inheritance
ExecutionEvent<T1, T2, T3, T4, T5, T6>
Implements
Inherited Members

Constructors

ExecutionEvent()

public ExecutionEvent()

Fields

eventDelegate

[OutputPort(true)]
[HideInGraphEditor]
[CeresLabel("")]
public DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>> eventDelegate

Field Value

DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>>

output1

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

Field Value

CeresPort<T1>

output2

[OutputPort(true)]
public CeresPort<T2> output2

Field Value

CeresPort<T2>

output3

[OutputPort(true)]
public CeresPort<T3> output3

Field Value

CeresPort<T3>

output4

[OutputPort(true)]
public CeresPort<T4> output4

Field Value

CeresPort<T4>

output5

[OutputPort(true)]
public CeresPort<T5> output5

Field Value

CeresPort<T5>

output6

[OutputPort(true)]
public CeresPort<T6> output6

Field Value

CeresPort<T6>

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