Table of Contents

Class ExecutionEvent

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Event entry node to start an execution

public class ExecutionEvent : ExecutionEventBase, IDisposable
Inheritance
object
ExecutionEvent
Implements
IDisposable
Inherited Members

Fields

eventDelegate

public DelegatePort<EventDelegate> eventDelegate

Field Value

DelegatePort<EventDelegate>

exec

public NodePort exec

Field Value

NodePort

Methods

Execute(ExecutionContext)

protected override UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask