Show / Hide Table of Contents

Interface ISubLayerLineGeometryOptions

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

Methods

SetCapType(LineCapType)

Declaration
void SetCapType(LineCapType cap)
Parameters
Type Name Description
LineCapType cap

SetJoinType(LineJoinType)

Declaration
void SetJoinType(LineJoinType join)
Parameters
Type Name Description
LineJoinType join

SetLineWidth(Single)

Sets the width of the mesh generated for line features.

Declaration
void SetLineWidth(float width)
Parameters
Type Name Description
System.Single width

Width of the mesh generated for line features.

Back to top © 2017 Mapbox