Search Results for

    Show / Hide Table of Contents

    Class FlowNode_MakeArrayT<T>

    Make an array of type

    Inheritance
    object
    CeresNode
    ExecutableNode
    FlowNode_MakeArray
    FlowNode_MakeArrayT<T>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    ISerializationCallbackReceiver
    IPortArrayNode
    IReadOnlyPortArrayNode
    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()
    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 class FlowNode_MakeArrayT<T> : FlowNode_MakeArray, IEnumerable<CeresNode>, IEnumerable, IDisposable, ISerializationCallbackReceiver, IPortArrayNode, IReadOnlyPortArrayNode
    Type Parameters
    Name Description
    T

    Fields

    array

    Declaration
    public CeresPort<T[]> array
    Field Value
    Type Description
    CeresPort<T[]>

    inputCount

    Declaration
    public int inputCount
    Field Value
    Type Description
    int

    items

    Declaration
    public CeresPort<T>[] items
    Field Value
    Type Description
    CeresPort<T>[]

    Methods

    Execute(ExecutionContext)

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

    GetPortArrayFieldName()

    Declaration
    public string GetPortArrayFieldName()
    Returns
    Type Description
    string

    GetPortArrayLength()

    Declaration
    public int GetPortArrayLength()
    Returns
    Type Description
    int

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()

    SetPortArrayLength(int)

    Declaration
    public void SetPortArrayLength(int newLength)
    Parameters
    Type Name Description
    int newLength

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    ISerializationCallbackReceiver
    IPortArrayNode
    IReadOnlyPortArrayNode
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX