Skip to content

ArcGISIntegratedMeshLayer

Namespace: GameEngine.Layers
Class: 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(string, string)

Creates a new layer.

Since 1.0.0

Arguments
NameTypeSummary
sourcestring

Layer source.

APIKeystring

API key used to load data.

ArcGISIntegratedMeshLayer(string, string, float, bool, string)

Creates a new layer.

Since 1.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
MaterialReferenceMaterialNoNo

The user-defined material reference to render the layer.

MeshModificationsArcGISCollection<ArcGISMeshModification>NoNo

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

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