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 a integrated mesh inside.
Constructors
ArcGISIntegratedMeshLayer(const FString&, const FString&)
Creates a new layer.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|
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
Name | Type | Const | Summary |
---|
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. |