Files
badeend-go/Assets/Mapbox SDK/Mapbox/Unity/Utilities/GeocodeAttribute.cs

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