Class FlowNode_GetArrayElementT<T>
Retrieve an element from an array at a given index.
public sealed class FlowNode_GetArrayElementT<T> : ExecutableNode, IDisposable
Type Parameters
T
- Inheritance
-
objectFlowNode_GetArrayElementT<T>
- Implements
-
IDisposable
- Inherited Members
Fields
array
public CeresPort<IReadOnlyList<T>> array
Field Value
- CeresPort<IReadOnlyList<T>>
element
public CeresPort<T> element
Field Value
- CeresPort<T>
index
public CeresPort<int> index
Field Value
- CeresPort<int>
Methods
Execute(ExecutionContext)
protected override UniTask Execute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
Returns
- UniTask