Class FlowNode_GetArrayElementT<T>
Retrieve an element from an array at a given index.
Inheritance
object
FlowNode_GetArrayElementT<T>
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_GetArrayElementT<T> : ExecutableNode, IDisposable
Type Parameters
Fields
array
Declaration
public CeresPort<IReadOnlyList<T>> array
Field Value
element
Declaration
public CeresPort<T> element
Field Value
index
Declaration
public CeresPort<int> index
Field Value
Methods
Execute(ExecutionContext)
Declaration
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
Returns
Overrides
Implements
IDisposable