ArcGISIntegratedMeshLayer

Namespace: Esri::GameEngine::Layers
Class: Esri/GameEngine/Layers/ArcGISIntegratedMeshLayer
Since: 1.0.0
Inheritance: ArcGISLayer->ArcGISIntegratedMeshLayer

Summary

Public class that will contain a layer with an integrated mesh inside.

Constructors

ArcGISIntegratedMeshLayer(const FString&, const FString&)

Creates a new layer.

Since 1.0.0

Arguments
NameTypeConstSummary
source
Yes

Layer source.

APIKey
Yes

API key used to load data.

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

Creates a new layer.

Since 1.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
ArcGISCollection<ArcGISMeshModification>
No
No

A mutable collection of ArcGISMeshModification to apply to the 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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close