Struct ShaderGraphRequirements | Shader Graph | 8.3.1
docs.unity3d.com
    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 © 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