Class ShaderInput | Shader Graph | 8.2.0
docs.unity.cn
    Show / Hide Table of Contents

    Class ShaderInput

    Inheritance
    Object
    ShaderInput
    AbstractShaderProperty
    Namespace: UnityEditor.ShaderGraph.Internal
    Syntax
    public abstract class ShaderInput

    Properties

    displayName

    Declaration
    public string displayName { get; set; }
    Property Value
    Type Description
    String

    referenceName

    Declaration
    public string referenceName { get; }
    Property Value
    Type Description
    String

    Methods

    GetDefaultReferenceName()

    Declaration
    public virtual string GetDefaultReferenceName()
    Returns
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX