We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84330e commit 498af2aCopy full SHA for 498af2a
Source/CesiumRuntime/Public/CesiumUrlTemplateRasterOverlay.h
@@ -49,7 +49,7 @@ class CESIUMRUNTIME_API UCesiumUrlTemplateRasterOverlay
49
* - `{reverseY}` - The tile Y coordinate in the tiling scheme, where 0 is the
50
* southernmost tile.
51
* - `{reverseZ}` - The tile Z coordinate in the tiling scheme, where 0 is
52
- * equivalent to `urlTemplateOptions.maximumLevel`.
+ * equivalent to `MaximumLevel`.
53
* - `{westDegrees}` - The western edge of the tile in geodetic degrees.
54
* - `{southDegrees}` - The southern edge of the tile in geodetic degrees.
55
* - `{eastDegrees}` - The eastern edge of the tile in geodetic degrees.
0 commit comments