PlaneDetectionModeMaskAttribute.cs
432 Bytes
namespace UnityEngine.XR.ARFoundation
{
/// <summary>
/// An attribute that can be placed on <c>MonoBehaviour</c> fields to
/// generate the correct UI for the
/// [`PlaneDetectionMode`](https://docs.unity3d.com/Packages/com.unity.xr.arsubsystems@4.1/api/UnityEngine.XR.ARSubsystems.PlaneDetectionMode.html)
/// enum.
/// </summary>
public class PlaneDetectionModeMaskAttribute : PropertyAttribute { }
}