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. |