docs.unity.cn
    Show / Hide Table of Contents

    Enum DepthBits

    Bit depths of a Depth render texture. Some values may not be supported on all platforms.

    Namespace: UnityEngine.Rendering
    Syntax
    public enum DepthBits

    Fields

    Name Description Value
    None

    No Depth Buffer.


    0
    Depth8

    8 bits Depth Buffer.


    8
    Depth16

    16 bits Depth Buffer.


    16
    Depth24

    24 bits Depth Buffer.


    24
    Depth32

    32 bits Depth Buffer.


    32

    Extension Methods

    AnalyticsUtils.ToNestedColumn<DepthBits>(Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<DepthBits>(DepthBits, Boolean)
    ReflectionUtils.Invoke(String, Object[])
    ReflectionUtils.SetField(String, Object)
    ReflectionUtils.GetField(String)
    ReflectionUtils.GetFields()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023