powerfun-unity/Assets/Mapbox/Unity/SourceLayers/ISubLayerSimpleStyle.cs
2021-03-30 17:27:50 +08:00

12 lines
185 B
C#

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