Show / Hide Table of Contents

Interface ISubLayerCustomStyleTiled

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

Methods

SetAsStyle(Material, Material)

Declaration
void SetAsStyle(Material TopMaterial, Material SideMaterial = null)
Parameters
Type Name Description
Material TopMaterial
Material SideMaterial

SetMaterials(Material, Material)

Declaration
void SetMaterials(Material TopMaterial, Material SideMaterial)
Parameters
Type Name Description
Material TopMaterial
Material SideMaterial
Back to top © 2017 Mapbox