Class RenderObjects.RenderObjectsSettings | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class RenderObjects.RenderObjectsSettings

    Inheritance
    System.Object
    RenderObjects.RenderObjectsSettings
    Namespace: UnityEngine.Experimental.Rendering.Universal
    Syntax
    [Serializable]
    public class RenderObjectsSettings

    Fields

    cameraSettings

    Declaration
    public RenderObjects.CustomCameraSettings cameraSettings
    Field Value
    Type Description
    RenderObjects.CustomCameraSettings

    depthCompareFunction

    Declaration
    public CompareFunction depthCompareFunction
    Field Value
    Type Description
    CompareFunction

    enableWrite

    Declaration
    public bool enableWrite
    Field Value
    Type Description
    System.Boolean

    Event

    Declaration
    public RenderPassEvent Event
    Field Value
    Type Description
    RenderPassEvent

    filterSettings

    Declaration
    public RenderObjects.FilterSettings filterSettings
    Field Value
    Type Description
    RenderObjects.FilterSettings

    overrideDepthState

    Declaration
    public bool overrideDepthState
    Field Value
    Type Description
    System.Boolean

    overrideMaterial

    Declaration
    public Material overrideMaterial
    Field Value
    Type Description
    Material

    overrideMaterialPassIndex

    Declaration
    public int overrideMaterialPassIndex
    Field Value
    Type Description
    System.Int32

    passTag

    Declaration
    public string passTag
    Field Value
    Type Description
    System.String

    stencilSettings

    Declaration
    public StencilStateData stencilSettings
    Field Value
    Type Description
    StencilStateData
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX