Interface ISubLayerCustomStyleOptions
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerCustomStyleOptions
Properties
SideMaterial
Gets or sets the side material.
Declaration
Material SideMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material | The side material. |
TopMaterial
Gets or sets the top material.
Declaration
Material TopMaterial { get; set; }
Property Value
Type | Description |
---|---|
Material | The top material. |