Skip to content

ArcGISOGC3DTilesLayer

Namespace: GameEngine.Layers
Class: GameEngine/Layers/ArcGISOGC3DTilesLayer
Since: 2.0.0
Inheritance: ArcGISLayer->ArcGISOGC3DTilesLayer

Summary

A layer to visualize 3D tiles data that conforms to the OGC 3D Tiles specification.

Constructors

ArcGISOGC3DTilesLayer(string, string)

Creates a new layer.

Since 2.0.0

Arguments
NameTypeSummary
sourcestring

Layer source.

APIKeystring

API key used to load data.

ArcGISOGC3DTilesLayer(string, string, float, bool, string)

Creates a new layer.

Since 2.0.0

Arguments
NameTypeSummary
sourcestring

Layer source.

namestring

Layer name.

opacityfloat

Layer opacity.

visiblebool

Layer visible or not.

APIKeystring

API key used to load data.

Properties

PropertyTypeNullableReadonlySummary
CustomParametersArcGISDictionary<string, string>NoNo

The dictionary of custom parameters (such as an API key) to be sent with the requests issued by this layer.

MaterialReferenceMaterialNoNo

The user-defined material reference to render the layer.

MeshModificationsArcGISCollection<ArcGISMeshModification>NoNo

A mutable collection of ArcGISMeshModification to apply to the layer.

OccludeSurfaceboolNoNo

True to hide the surface if it intersects the layer, false otherwise.

CustomParameters

ArcGISDictionary<string, string> CustomParameters

The dictionary of custom parameters (such as an API key) to be sent with the requests issued by this layer.

MaterialReference

Material MaterialReference

The user-defined material reference to render the layer.

This is required to be set before the layer is loaded or an error will occur.

MeshModifications

ArcGISCollection<ArcGISMeshModification> MeshModifications

A mutable collection of ArcGISMeshModification to apply to the layer.

OccludeSurface

bool OccludeSurface

True to hide the surface if it intersects the layer, false otherwise.

The default value is true.

Changes to this property after the layer is loaded will be ignored.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.