docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ShaderInput

    Inheritance
    object
    JsonObject
    ShaderInput
    AbstractShaderProperty
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    JsonObject.latestVersion
    JsonObject.m_SGVersion
    JsonObject.sgVersion
    JsonObject.onBeforeVersionChange
    JsonObject.onAfterVersionChange
    JsonObject.emptyObjectId
    JsonObject.objectId
    JsonObject.objectIdIsEmpty
    JsonObject.CastTo<T>()
    JsonObject.Serialize()
    JsonObject.Deserailize(string, string)
    JsonObject.OnBeforeSerialize()
    JsonObject.OnAfterDeserialize()
    JsonObject.OnAfterDeserialize(string)
    JsonObject.OnAfterMultiDeserialize(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.ShaderGraph.Internal
    Assembly: Unity.ShaderGraph.Editor.dll
    Syntax
    public abstract class ShaderInput : JsonObject, ISerializationCallbackReceiver

    Fields

    m_DismissedVersion

    Declaration
    [SerializeField]
    protected int m_DismissedVersion
    Field Value
    Type Description
    int

    Properties

    allowedInMainGraph

    Declaration
    public virtual bool allowedInMainGraph { get; }
    Property Value
    Type Description
    bool

    allowedInSubGraph

    Declaration
    public virtual bool allowedInSubGraph { get; }
    Property Value
    Type Description
    bool

    dismissedUpdateVersion

    Declaration
    public int dismissedUpdateVersion { get; set; }
    Property Value
    Type Description
    int

    displayName

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

    referenceName

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

    referenceNameForEditing

    Declaration
    public virtual string referenceNameForEditing { get; }
    Property Value
    Type Description
    string

    Methods

    GetOldDefaultReferenceName()

    Declaration
    public virtual string GetOldDefaultReferenceName()
    Returns
    Type Description
    string

    IsUsingNewDefaultRefName()

    Declaration
    public bool IsUsingNewDefaultRefName()
    Returns
    Type Description
    bool

    IsUsingOldDefaultRefName()

    Declaration
    public bool IsUsingOldDefaultRefName()
    Returns
    Type Description
    bool

    OnBeforeDeserialize()

    Declaration
    public override void OnBeforeDeserialize()
    Overrides
    JsonObject.OnBeforeDeserialize()

    Implements

    UnityEngine.ISerializationCallbackReceiver
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)