docs.unity3d.com
    Show / Hide Table of Contents

    Class ShaderInput

    Inheritance
    Object
    JsonObject
    ShaderInput
    AbstractShaderProperty
    Inherited Members
    JsonObject.latestVersion
    JsonObject.m_SGVersion
    JsonObject.sgVersion
    JsonObject.onBeforeVersionChange
    JsonObject.onAfterVersionChange
    JsonObject.emptyObjectId
    JsonObject.objectId
    JsonObject.objectIdIsEmpty
    JsonObject.ISerializationCallbackReceiver.OnBeforeSerialize()
    JsonObject.CastTo<T>()
    JsonObject.Serialize()
    JsonObject.Deserailize(String, String)
    JsonObject.OnBeforeSerialize()
    JsonObject.OnAfterDeserialize()
    JsonObject.OnAfterDeserialize(String)
    JsonObject.OnAfterMultiDeserialize(String)
    Namespace: UnityEditor.ShaderGraph.Internal
    Syntax
    public abstract class ShaderInput : JsonObject, ISerializationCallbackReceiver

    Properties

    allowedInMainGraph

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

    allowedInSubGraph

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

    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
    Boolean

    IsUsingOldDefaultRefName()

    Declaration
    public bool IsUsingOldDefaultRefName()
    Returns
    Type Description
    Boolean

    OnBeforeDeserialize()

    Declaration
    public override void OnBeforeDeserialize()
    Overrides
    JsonObject.OnBeforeDeserialize()
    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