[TASK] Initial commit with basic product setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Mapbox.Unity.Map
|
||||
{
|
||||
public interface ISubLayerCustomStyle
|
||||
{
|
||||
UvMapType TexturingType { get; set; }
|
||||
ISubLayerCustomStyleTiled Tiled { get; }
|
||||
ISubLayerCustomStyleAtlas TextureAtlas { get; }
|
||||
ISubLayerCustomStyleAtlasWithColorPallete TextureAtlasWithColorPallete { get; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user