docs.unity.cn
    Show / Hide Table of Contents

    Struct ShaderGraphRequirements

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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>

    requiresNDCPosition

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

    requiresNormal

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

    requiresPixelPosition

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

    requiresPosition

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

    requiresPositionPredisplacement

    Declaration
    public NeededCoordinateSpace requiresPositionPredisplacement { 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

    requiresTransforms

    Declaration
    public List<NeededTransform> requiresTransforms { get; }
    Property Value
    Type Description
    List<NeededTransform>

    requiresVertexColor

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

    requiresVertexID

    Declaration
    public bool requiresVertexID { 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
    Generated by DocFX
    on 22 August 2023