[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Mapbox.Unity.Map
|
||||
{
|
||||
public interface ISubLayerDarkStyle : ISubLayerStyle
|
||||
{
|
||||
float Opacity { get; set; }
|
||||
void SetAsStyle(float opacity);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user