Class ExecutionEvent
Event entry node to start an execution
Implements
IDisposable
  Inherited Members
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class ExecutionEvent : ExecutionEventBase, IDisposable
  Fields
eventDelegate
Declaration
public DelegatePort<EventDelegate> eventDelegate
  Field Value
| Type | Description | 
|---|---|
| DelegatePort<EventDelegate> | 
exec
Declaration
public NodePort exec
  Field Value
| Type | Description | 
|---|---|
| NodePort | 
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExecutionContext | executionContext | 
Returns
| Type | Description | 
|---|---|
| UniTask | 
Overrides
Implements
      IDisposable