namespace Mapbox.Unity.SourceLayers { public interface ISubLayerLineGeometryOptions { /// /// Sets the width of the mesh generated for line features. /// /// Width of the mesh generated for line features. void SetLineWidth(float width); } }