Show / Hide Table of Contents

Class SubLayerCustomStyleAtlas

Inheritance
System.Object
SubLayerCustomStyleAtlas
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 SubLayerCustomStyleAtlas : ISubLayerCustomStyleAtlas, ISubLayerCustomStyleOptions, ISubLayerStyle

Constructors

SubLayerCustomStyleAtlas(GeometryMaterialOptions)

Declaration
public SubLayerCustomStyleAtlas(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

UvAtlas

Declaration
public AtlasInfo UvAtlas { get; set; }
Property Value
Type Description
AtlasInfo
Implements
ISubLayerCustomStyleAtlas.UvAtlas

Methods

SetAsStyle()

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

SetAsStyle(Material, Material, AtlasInfo)

Declaration
public void SetAsStyle(Material topMaterial, Material sideMaterial, AtlasInfo uvAtlas)
Parameters
Type Name Description
Material topMaterial
Material sideMaterial
AtlasInfo uvAtlas
Implements
ISubLayerCustomStyleAtlas.SetAsStyle(Material, Material, AtlasInfo)
Back to top © 2017 Mapbox