powerfun-unity/Assets/Mapbox/Unity/Utilities/StyleSearchAttribute.cs
2021-03-30 17:27:50 +08:00

14 lines
343 B
C#

namespace Mapbox.Unity.Utilities
{
using UnityEngine;
/// <summary>
/// Property attribute used to search for styles associated with API token.<para/>
/// Links to custom drawer:
/// <see cref="T:Mapbox.Editor.StyleSearchAttributeDrawer"/>.
/// </summary>
public class StyleSearchAttribute : PropertyAttribute
{
}
}