Enum PlaneDetectionMode | AR Subsystems | 3.0.0
docs.unity.cn
    Show / Hide Table of Contents

    Enum PlaneDetectionMode

    Used to configure the types of planes to detect.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    [Flags]
    public enum PlaneDetectionMode

    Fields

    Name Description
    Horizontal

    Plane detection will only detect horizontal planes.

    None

    Plane detection is disabled.

    Vertical

    Plane detection will only detect vertical planes.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX