Show / Hide Table of Contents

Interface ISubLayerCustomStyleAtlasWithColorPallete

Inherited Members
ISubLayerCustomStyleOptions.TopMaterial
ISubLayerCustomStyleOptions.SideMaterial
ISubLayerStyle.SetAsStyle()
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerCustomStyleAtlasWithColorPallete : ISubLayerCustomStyleOptions, ISubLayerStyle

Properties

ColorPalette

Declaration
ScriptablePalette ColorPalette { get; set; }
Property Value
Type Description
ScriptablePalette

Methods

SetAsStyle(Material, Material, AtlasInfo, ScriptablePalette)

Declaration
void SetAsStyle(Material TopMaterial, Material SideMaterial, AtlasInfo uvAtlas, ScriptablePalette palette)
Parameters
Type Name Description
Material TopMaterial
Material SideMaterial
AtlasInfo uvAtlas
ScriptablePalette palette
Back to top © 2017 Mapbox