Show / Hide Table of Contents

Interface ISubLayerColliderOptions

Namespace:Mapbox.Unity.SourceLayers
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerColliderOptions

Methods

SetFeatureCollider(ColliderType)

Enable/Disable feature colliders and sets the type of colliders to use.

Declaration
void SetFeatureCollider(ColliderType colliderType)
Parameters
Type Name Description
ColliderType colliderType

Type of the collider to use on features.

Back to top © 2017 Mapbox