Search Results for

    Show / Hide Table of Contents

    Class FlowNode_GetArrayElementT<T>

    Retrieve an element from an array at a given index.

    Inheritance
    object
    CeresNode
    ExecutableNode
    FlowNode_GetArrayElementT<T>
    Implements
    IDisposable
    Inherited Members
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    Namespace: Ceres.Graph.Flow.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class FlowNode_GetArrayElementT<T> : ExecutableNode, IDisposable
    Type Parameters
    Name Description
    T

    Fields

    array

    Declaration
    public CeresPort<IReadOnlyList<T>> array
    Field Value
    Type Description
    CeresPort<IReadOnlyList<T>>

    element

    Declaration
    public CeresPort<T> element
    Field Value
    Type Description
    CeresPort<T>

    index

    Declaration
    public CeresPort<int> index
    Field Value
    Type Description
    CeresPort<int>

    Methods

    Execute(ExecutionContext)

    Declaration
    protected override UniTask Execute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Returns
    Type Description
    UniTask
    Overrides
    ExecutableNode.Execute(ExecutionContext)

    Implements

    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX