Class ExecutionEvent<T1, T2, T3, T4>
[CeresGroup("Hidden")]
public class ExecutionEvent<T1, T2, T3, T4> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
T1T2T3T4
- Inheritance
-
ExecutionEvent<T1, T2, T3, T4>
- Implements
- Inherited Members
Constructors
ExecutionEvent()
public ExecutionEvent()
Fields
eventDelegate
[OutputPort(true)]
[HideInGraphEditor]
[CeresLabel("")]
public DelegatePort<EventDelegate<T1, T2, T3, T4>> eventDelegate
Field Value
- DelegatePort<EventDelegate<T1, T2, T3, T4>>
output1
[OutputPort(true)]
public CeresPort<T1> output1
Field Value
- CeresPort<T1>
output2
[OutputPort(true)]
public CeresPort<T2> output2
Field Value
- CeresPort<T2>
output3
[OutputPort(true)]
public CeresPort<T3> output3
Field Value
- CeresPort<T3>
output4
[OutputPort(true)]
public CeresPort<T4> output4
Field Value
- CeresPort<T4>
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()