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

    Struct ShaderGraphRequirements

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

    Properties

    requiresBitangent

    Declaration
    public NeededCoordinateSpace requiresBitangent { get; }
    Property Value
    Type Description
    NeededCoordinateSpace

    requiresCameraOpaqueTexture

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

    requiresDepthTexture

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

    requiresFaceSign

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

    requiresMeshUVs

    Declaration
    public List<UVChannel> requiresMeshUVs { get; }
    Property Value
    Type Description
    List<UVChannel>

    requiresNormal

    Declaration
    public NeededCoordinateSpace requiresNormal { get; }
    Property Value
    Type Description
    NeededCoordinateSpace

    requiresPosition

    Declaration
    public NeededCoordinateSpace requiresPosition { get; }
    Property Value
    Type Description
    NeededCoordinateSpace

    requiresScreenPosition

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

    requiresTangent

    Declaration
    public NeededCoordinateSpace requiresTangent { get; }
    Property Value
    Type Description
    NeededCoordinateSpace

    requiresTime

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

    requiresVertexColor

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

    requiresVertexSkinning

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

    requiresViewDir

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