Show / Hide Table of Contents

Interface ISubLayerModeling

Namespace:Mapbox.Unity.SourceLayers
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerModeling

Properties

ColliderOptions

Declaration
ISubLayerColliderOptions ColliderOptions { get; }
Property Value
Type Description
ISubLayerColliderOptions

CoreOptions

Declaration
ISubLayerCoreOptions CoreOptions { get; }
Property Value
Type Description
ISubLayerCoreOptions

ExtrusionOptions

Declaration
ISubLayerExtrusionOptions ExtrusionOptions { get; }
Property Value
Type Description
ISubLayerExtrusionOptions

LineOptions

Declaration
ISubLayerLineGeometryOptions LineOptions { get; }
Property Value
Type Description
ISubLayerLineGeometryOptions

Methods

EnableCombiningMeshes(Boolean)

Enable combining individual features meshes into one to minimize gameobject count and draw calls.

Declaration
void EnableCombiningMeshes(bool isEnabled)
Parameters
Type Name Description
System.Boolean isEnabled

EnableSnapingTerrain(Boolean)

Enable terrain snapping for features which sets vertices to terrain elevation before extrusion.

Declaration
void EnableSnapingTerrain(bool isEnabled)
Parameters
Type Name Description
System.Boolean isEnabled

Enabled terrain snapping

Back to top © 2017 Mapbox