Show / Hide Table of Contents

Class SubLayerCustomStyleTiled

Inheritance
System.Object
SubLayerCustomStyleTiled
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
public class SubLayerCustomStyleTiled : ISubLayerCustomStyleTiled, ISubLayerCustomStyleOptions, ISubLayerStyle

Constructors

SubLayerCustomStyleTiled(GeometryMaterialOptions)

Declaration
public SubLayerCustomStyleTiled(GeometryMaterialOptions materialOptions)
Parameters
Type Name Description
GeometryMaterialOptions materialOptions

Properties

SideMaterial

Declaration
public Material SideMaterial { get; set; }
Property Value
Type Description
Material
Implements
ISubLayerCustomStyleOptions.SideMaterial

TopMaterial

Declaration
public Material TopMaterial { get; set; }
Property Value
Type Description
Material
Implements
ISubLayerCustomStyleOptions.TopMaterial

Methods

SetAsStyle()

Declaration
public void SetAsStyle()
Implements
ISubLayerStyle.SetAsStyle()

SetAsStyle(Material, Material)

Declaration
public void SetAsStyle(Material topMaterial, Material sideMaterial = null)
Parameters
Type Name Description
Material topMaterial
Material sideMaterial
Implements
ISubLayerCustomStyleTiled.SetAsStyle(Material, Material)

SetMaterials(Material, Material)

Declaration
public void SetMaterials(Material topMaterial, Material sideMaterial)
Parameters
Type Name Description
Material topMaterial
Material sideMaterial
Implements
ISubLayerCustomStyleTiled.SetMaterials(Material, Material)
Back to top © 2017 Mapbox