Table of Contents

Class FlowNode_GetArrayElementT<T>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll

Retrieve an element from an array at a given index.

public sealed class FlowNode_GetArrayElementT<T> : ExecutableNode, IDisposable

Type Parameters

T
Inheritance
object
FlowNode_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

executionContext ExecutionContext

Returns

UniTask