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

    Class ColorShaderProperty

    Inheritance
    Object
    ShaderInput
    AbstractShaderProperty
    AbstractShaderProperty<Color>
    ColorShaderProperty
    Inherited Members
    AbstractShaderProperty<Color>.value
    AbstractShaderProperty.gpuInstanced
    AbstractShaderProperty.concretePrecision
    AbstractShaderProperty.hidden
    ShaderInput.displayName
    ShaderInput.referenceName
    Namespace: UnityEditor.ShaderGraph.Internal
    Syntax
    [Serializable]
    public sealed class ColorShaderProperty : AbstractShaderProperty<Color>

    Properties

    colorMode

    Declaration
    public ColorMode colorMode { get; set; }
    Property Value
    Type Description
    ColorMode

    propertyType

    Declaration
    public override PropertyType propertyType { get; }
    Property Value
    Type Description
    PropertyType
    Overrides
    AbstractShaderProperty.propertyType

    Methods

    GetDefaultReferenceName()

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