using Mapbox.Unity.Map;
namespace Mapbox.Unity.SourceLayers
{
public interface ISubLayerColliderOptions
{
///
/// Enable/Disable feature colliders and sets the type of colliders to use.
///
/// Type of the collider to use on features.
void SetFeatureCollider(ColliderType colliderType);
}
}