2021-03-30 17:27:50 +08:00

14 lines
325 B
C#

namespace Mapbox.Unity.Utilities
{
using UnityEngine;
/// <summary>
/// Property attribute used to create custom Geocode GUI field<para/>
/// Links to custom drawer:
/// <see cref="T:Mapbox.Editor.GeocodeAttributeDrawer"/>.
/// </summary>
public class GeocodeAttribute : PropertyAttribute
{
}
}