Show / Hide Table of Contents

Interface ISubLayerCustomStyleAtlas

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

Properties

UvAtlas

Declaration
AtlasInfo UvAtlas { get; set; }
Property Value
Type Description
AtlasInfo

Methods

SetAsStyle(Material, Material, AtlasInfo)

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