namespace UnityEngine.XR.ARFoundation { /// /// An attribute that can be placed on MonoBehaviour fields to /// generate the correct UI for the /// enum. /// public class PlaneDetectionModeMaskAttribute : PropertyAttribute { } }