Struct RenderContext.ResolvedPortArray<TDefinition, TType> | Data Flow Graph | 0.16.0-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Struct RenderContext.ResolvedPortArray<TDefinition, TType>

    A resolved PortArray<TPort> (see Resolve<TNodeDefinition, TType>(ref DataOutput<TNodeDefinition, TType>)).

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.DataFlowGraph
    Syntax
    public struct ResolvedPortArray<TDefinition, TType>
        where TDefinition : NodeDefinition where TType : struct
    Type Parameters
    Name Description
    TDefinition
    TType

    Properties

    Item[Int32]

    Indexer for retrieving values of incoming connections to this port array.

    Declaration
    public TType this[int i] { get; }
    Parameters
    Type Name Description
    Int32 i
    Property Value
    Type Description
    TType

    The value of the i'th connection.

    Length

    The number of elements in the array.

    Declaration
    public ushort Length { get; }
    Property Value
    Type Description
    UInt16
    In This Article
    • Properties
      • Item[Int32]
      • Length
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023