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
SideMaterial
Declaration
public Material SideMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |
Implements
TopMaterial
Declaration
public Material TopMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material |
Implements
UvAtlas
Declaration
public AtlasInfo UvAtlas { get; set; }
Property Value
Type | Description |
---|---|
AtlasInfo |
Methods
SetAsStyle()
Declaration
public void SetAsStyle()
Implements
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 |