Interface ISubLayerTexturing
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerTexturing
Properties
ColorStyle
Declaration
ISubLayerColorStyle ColorStyle { get; }
Property Value
CustomStyle
Declaration
ISubLayerCustomStyle CustomStyle { get; }
Property Value
DarkStyle
Declaration
ISubLayerDarkStyle DarkStyle { get; }
Property Value
FantasyStyle
Declaration
ISubLayerFantasyStyle FantasyStyle { get; }
Property Value
LightStyle
Declaration
ISubLayerLightStyle LightStyle { get; }
Property Value
RealisticStyle
Declaration
ISubLayerRealisticStyle RealisticStyle { get; }
Property Value
SimpleStyle
Declaration
ISubLayerSimpleStyle SimpleStyle { get; }
Property Value
Methods
GetStyleType()
Gets the type of style used in the layer.
Declaration
StyleTypes GetStyleType()
Returns
SetStyleType(StyleTypes)
Sets the type of the style.
Declaration
void SetStyleType(StyleTypes styleType)
Parameters
Type |
Name |
Description |
StyleTypes |
styleType |
Style type.
|