ArcGISOGC3DTilesLayer

Namespace: Esri::GameEngine::Layers
Class: Esri/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(const FString&, const FString&)

Creates a new layer.

Since 2.0.0

Arguments
NameTypeConstSummary
source
Yes

Layer source.

APIKey
Yes

API key used to load data.

ArcGISOGC3DTilesLayer(const FString&, const FString&, float, bool, const FString&)

Creates a new layer.

Since 2.0.0

Arguments
NameTypeConstSummary
source
Yes

Layer source.

name
Yes

Layer name.

opacity
No

Layer opacity.

visible
No

Layer visible or not.

APIKey
Yes

API key used to load data.

Properties

PropertyTypeNullableReadonlySummary
ArcGISDictionary<FString, FString>
No
No

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

ArcGISCollection<ArcGISMeshModification>
No
No

A mutable collection of ArcGISMeshModification to apply to the layer.

CustomParameters

ArcGISDictionary<FString, FString> GetCustomParameters() const

void SetCustomParameters(const ArcGISDictionary<FString, FString>& customParameters)

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

MeshModifications

ArcGISCollection<ArcGISMeshModification> GetMeshModifications() const

void SetMeshModifications(const ArcGISCollection<ArcGISMeshModification>& meshModifications)

A mutable collection of ArcGISMeshModification to apply to the layer.

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