Show / Hide Table of Contents

Interface ISubLayerTexturing

Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerTexturing

Properties

ColorStyle

Declaration
ISubLayerColorStyle ColorStyle { get; }
Property Value
Type Description
ISubLayerColorStyle

CustomStyle

Declaration
ISubLayerCustomStyle CustomStyle { get; }
Property Value
Type Description
ISubLayerCustomStyle

DarkStyle

Declaration
ISubLayerDarkStyle DarkStyle { get; }
Property Value
Type Description
ISubLayerDarkStyle

FantasyStyle

Declaration
ISubLayerFantasyStyle FantasyStyle { get; }
Property Value
Type Description
ISubLayerFantasyStyle

LightStyle

Declaration
ISubLayerLightStyle LightStyle { get; }
Property Value
Type Description
ISubLayerLightStyle

RealisticStyle

Declaration
ISubLayerRealisticStyle RealisticStyle { get; }
Property Value
Type Description
ISubLayerRealisticStyle

SimpleStyle

Declaration
ISubLayerSimpleStyle SimpleStyle { get; }
Property Value
Type Description
ISubLayerSimpleStyle

Methods

GetStyleType()

Gets the type of style used in the layer.

Declaration
StyleTypes GetStyleType()
Returns
Type Description
StyleTypes

The style type.

SetStyleType(StyleTypes)

Sets the type of the style.

Declaration
void SetStyleType(StyleTypes styleType)
Parameters
Type Name Description
StyleTypes styleType

Style type.

Back to top © 2017 Mapbox