Files
badeend-go/Assets/Mapbox SDK/Mapbox/Unity/SourceLayers/ISubLayerSimpleStyle.cs

12 lines
185 B
C#

namespace Mapbox.Unity.Map
{
public interface ISubLayerSimpleStyle : ISubLayerStyle
{
SamplePalettes PaletteType { get; set; }
void SetAsStyle(SamplePalettes palette);
}
}