Struct OutputMetadata | Shader Graph | 8.2.0
docs.unity.cn
    Show / Hide Table of Contents

    Struct OutputMetadata

    Namespace: UnityEditor.ShaderGraph.Internal
    Syntax
    [Serializable]
    public struct OutputMetadata

    Properties

    id

    Declaration
    public int id { get; }
    Property Value
    Type Description
    Int32

    index

    Declaration
    public int index { get; }
    Property Value
    Type Description
    Int32

    referenceName

    Declaration
    public string referenceName { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX