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
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 |
Implements
Methods
SetAsStyle()
Declaration
public void SetAsStyle()
Implements
SetAsStyle(Material, Material, AtlasInfo)
Declaration
public void SetAsStyle(Material topMaterial, Material sideMaterial, AtlasInfo uvAtlas)
Parameters
Type | Name | Description |
---|---|---|
Material | topMaterial | |
Material | sideMaterial | |
AtlasInfo | uvAtlas |