Class ExecutionEvent
Event entry node to start an execution
[CeresGroup("Hidden")]
[NodeInfo("Entry point that starts graph execution from a named event.")]
public class ExecutionEvent : ExecutionEventBase, IEnumerable<CeresNode>, IEnumerable, IDisposable
- Inheritance
-
ExecutionEvent
- Implements
- Inherited Members
Constructors
ExecutionEvent()
public ExecutionEvent()
Fields
eventDelegate
[OutputPort(true)]
[HideInGraphEditor]
[CeresLabel("")]
public DelegatePort<EventDelegate> eventDelegate
Field Value
exec
[OutputPort(false)]
[CeresLabel("")]
public NodePort exec
Field Value
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()