You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mapbox-sdk/Unity/Utilities/StyleSearchAttribute.cs

14 lines
343 B

6 months ago
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
{
}
}