Cesium for Unreal 2.12.0
|
#include "CesiumRasterOverlay.h"
#include "Components/ActorComponent.h"
#include "CoreMinimal.h"
#include "CesiumWebMapTileServiceRasterOverlay.generated.h"
Go to the source code of this file.
Enumerations | |
enum class | ECesiumWebMapTileServiceRasterOverlayProjection : uint8 { WebMercator , Geographic } |
Specifies the type of projection used for projecting a Web Map Tile Service raster overlay. More... | |
Variables | |
meta | |
|
strong |
Specifies the type of projection used for projecting a Web Map Tile Service raster overlay.
Enumerator | |
---|---|
WebMercator | The raster overlay is projected using Web Mercator. |
Geographic | The raster overlay is projected using a geographic projection. |
Definition at line 15 of file CesiumWebMapTileServiceRasterOverlay.h.
meta |
Definition at line 32 of file CesiumWebMapTileServiceRasterOverlay.h.