Show / Hide Table of Contents

Class SubLayerCustomStyleAtlasWithColorPallete

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

Constructors

SubLayerCustomStyleAtlasWithColorPallete(GeometryMaterialOptions)

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

Properties

ColorPalette

Declaration
public ScriptablePalette ColorPalette { get; set; }
Property Value
Type Description
ScriptablePalette
Implements
ISubLayerCustomStyleAtlasWithColorPallete.ColorPalette

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

Methods

SetAsStyle()

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

SetAsStyle(Material, Material, AtlasInfo, ScriptablePalette)

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