docs.unity.cn
    Show / Hide Table of Contents

    Class RenderObjects.FilterSettings

    The filter settings used.

    Inheritance
    Object
    RenderObjects.FilterSettings
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Experimental.Rendering.Universal
    Syntax
    [Serializable]
    public class FilterSettings

    Constructors

    FilterSettings()

    The constructor for the filter settings.

    Declaration
    public FilterSettings()

    Fields

    LayerMask

    The layer mask to use.

    Declaration
    public LayerMask LayerMask
    Field Value
    Type Description
    LayerMask

    PassNames

    The passes to render.

    Declaration
    public string[] PassNames
    Field Value
    Type Description
    String[]

    RenderQueueType

    The queue type for the objects to render.

    Declaration
    public RenderQueueType RenderQueueType
    Field Value
    Type Description
    RenderQueueType
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023