Class FlowNode_ExecuteEvent
Execute an ExecutionEvent
Implements
IDisposable
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public class FlowNode_ExecuteEvent : FlowNode, IDisposable
Fields
eventName
Declaration
public string eventName
Field Value
| Type | Description |
|---|---|
| string |
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Returns
| Type | Description |
|---|---|
| UniTask |
Overrides
Implements
IDisposable