Class FlowNode_ForEachLoopT<T>
Iterate over the output of given array.
Inheritance
object
FlowNode_ForEachLoopT<T>
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.Utilities
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public sealed class FlowNode_ForEachLoopT<T> : FlowNode_ForEachLoopGeneric, IEnumerable<CeresNode>, IEnumerable, IDisposable
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
array
Declaration
public CeresPort<IReadOnlyList<T>> array
Field Value
| Type | Description |
|---|---|
| CeresPort<System.Collections.Generic.IReadOnlyList<T><T>> |
arrayElement
Declaration
public CeresPort<T> arrayElement
Field Value
| Type | Description |
|---|---|
| CeresPort<T> |
completed
Declaration
public NodePort completed
Field Value
| Type | Description |
|---|---|
| NodePort |
loopBody
Declaration
public NodePort loopBody
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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable