[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Mapbox.Unity.SourceLayers
|
||||
{
|
||||
public interface ISubLayerLineGeometryOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Sets the width of the mesh generated for line features.
|
||||
/// </summary>
|
||||
/// <param name="width">Width of the mesh generated for line features.</param>
|
||||
void SetLineWidth(float width);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user