namespace Mapbox.Unity.Utilities { using UnityEngine; /// /// Property attribute used to search for styles associated with API token. /// Links to custom drawer: /// . /// public class StyleSearchAttribute : PropertyAttribute { } }