Class ExecutionEvent<T1, T2, T3, T4, T5, T6>
Inheritance
object
ExecutionEvent<T1, T2, T3, T4, T5, T6>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ExecutionEvent<T1, T2, T3, T4, T5, T6> : ExecutionEventGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 | |
| T3 | |
| T4 | |
| T5 | |
| T6 |
Fields
eventDelegate
Declaration
public DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>> eventDelegate
Field Value
| Type | Description |
|---|---|
| DelegatePort<EventDelegate<T1, T2, T3, T4, T5, T6>> |
output1
Declaration
public CeresPort<T1> output1
Field Value
| Type | Description |
|---|---|
| CeresPort<T1> |
output2
Declaration
public CeresPort<T2> output2
Field Value
| Type | Description |
|---|---|
| CeresPort<T2> |
output3
Declaration
public CeresPort<T3> output3
Field Value
| Type | Description |
|---|---|
| CeresPort<T3> |
output4
Declaration
public CeresPort<T4> output4
Field Value
| Type | Description |
|---|---|
| CeresPort<T4> |
output5
Declaration
public CeresPort<T5> output5
Field Value
| Type | Description |
|---|---|
| CeresPort<T5> |
output6
Declaration
public CeresPort<T6> output6
Field Value
| Type | Description |
|---|---|
| CeresPort<T6> |
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Returns
| Type | Description |
|---|---|
| UniTask |
Overrides
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable