[TASK] Initial commit with basic product setup
This commit is contained in:
14
Assets/Mapbox SDK/Mapbox/Unity/Utilities/GeocodeAttribute.cs
Normal file
14
Assets/Mapbox SDK/Mapbox/Unity/Utilities/GeocodeAttribute.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user