docs.unity.cn
    Show / Hide Table of Contents

    Enum EnvironmentDepthMode

    Represents the environment mode.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum EnvironmentDepthMode

    Fields

    Name Description Value
    Disabled

    The environment depth is disabled and will not be generated.


    0
    Fastest

    The environment depth is enabled and will be generated at the fastest resolution.


    On Fastest mode, there is no smoothing or other post processing applied to the texture.

    1
    Medium

    The environment depth is enabled and will be generated at the medium resolution.


    2
    Best

    The environment depth is enabled and will be generated at the best resolution.


    3

    Extension Methods

    EnvironmentDepthModeExtension.Enabled()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, May 22, 2023