Files
Bachelor-Arbeit-Adrian-Haefner/Library/PackageCache/com.unity.xr.arfoundation@ef86c118adc4/Runtime/ARFoundation/PlaneDetectionModeMaskAttribute.cs
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

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 { }
}