Class FlowNode_ForEachLoop
Iterate over the output of given array.
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
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
public sealed class FlowNode_ForEachLoop : ForwardNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Fields
array
Declaration
public CeresPort<Array> array
Field Value
Type | Description |
---|---|
CeresPort<Array> |
arrayElement
Declaration
public CeresPort<object> arrayElement
Field Value
Type | Description |
---|---|
CeresPort<object> |
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
IDisposable