12 lines
185 B
C#
12 lines
185 B
C#
namespace Mapbox.Unity.Map
|
|
{
|
|
public interface ISubLayerSimpleStyle : ISubLayerStyle
|
|
{
|
|
SamplePalettes PaletteType { get; set; }
|
|
void SetAsStyle(SamplePalettes palette);
|
|
}
|
|
|
|
}
|
|
|
|
|