11 lines
364 B
C#
11 lines
364 B
C#
namespace UnityEngine.XR.ARFoundation
|
|
{
|
|
/// <summary>
|
|
/// An attribute that can be placed on <c>MonoBehaviour</c> fields to
|
|
/// generate the correct UI for the
|
|
/// [`PlaneDetectionMode`](xref:UnityEngine.XR.ARSubsystems.PlaneDetectionMode)
|
|
/// enum.
|
|
/// </summary>
|
|
public class PlaneDetectionModeMaskAttribute : PropertyAttribute { }
|
|
}
|