Table of Contents

Class ExecutionEvent<T1, T2>

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public class ExecutionEvent<T1, T2> : ExecutionEventGeneric, IDisposable

Type Parameters

T1
T2
Inheritance
object
ExecutionEvent<T1, T2>
Implements
IDisposable
Inherited Members

Fields

eventDelegate

public DelegatePort<EventDelegate<T1, T2>> eventDelegate

Field Value

DelegatePort<EventDelegate<T1, T2>>

output1

public CeresPort<T1> output1

Field Value

CeresPort<T1>

output2

public CeresPort<T2> output2

Field Value

CeresPort<T2>

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask