Show / Hide Table of Contents

Interface IVectorSubLayer

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

Properties

BehaviorModifiers

Gets Behavior Modifiers data from the feature.

Declaration
ISubLayerBehaviorModifiers BehaviorModifiers { get; }
Property Value
Type Description
ISubLayerBehaviorModifiers

Filtering

Gets Filters data from the feature.

Declaration
ISubLayerFiltering Filtering { get; }
Property Value
Type Description
ISubLayerFiltering

Modeling

Gets Modeling data from the feature.

Declaration
ISubLayerModeling Modeling { get; }
Property Value
Type Description
ISubLayerModeling

Texturing

Gets Texturing data from the feature.

Declaration
ISubLayerTexturing Texturing { get; }
Property Value
Type Description
ISubLayerTexturing
Back to top © 2017 Mapbox