Namespace: Esri::GameEngine::Elevation
Class: Esri/GameEngine/Elevation/ArcGISImageElevationSource
Since: 1.0.0
Inheritance: ArcGISElevationSource->ArcGISImageElevationSource
Summary
Public class that will contain a tiled image elevation source.
Constructors
ArcGISImageElevationSource(const FString&, const FString&)
Creates a new ElevationSource.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|
source
| | Yes
| ElevationSource source |
APIKey
| | Yes
| API Key used to load data. |
ArcGISImageElevationSource(const FString&, const FString&, const FString&)
Creates a new ElevationSource.
Since 1.0.0
Arguments
Name | Type | Const | Summary |
---|
source
| | Yes
| ElevationSource source. |
name
| | Yes
| ElevationSource name |
APIKey
| | Yes
| API Key used to load data. |