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
    Best

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

    Disabled

    The environment depth is disabled and will not be generated.

    Fastest

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

    Medium

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

    Extension Methods

    EnvironmentDepthModeExtension.Enabled()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 7, 2022
    Terms of use