namespace UnityEngine.XR.ARFoundation { /// /// An attribute that can be placed on MonoBehaviour fields to /// generate the correct UI for the /// [`PlaneDetectionMode`](xref:UnityEngine.XR.ARSubsystems.PlaneDetectionMode) /// enum. /// public class PlaneDetectionModeMaskAttribute : PropertyAttribute { } }