Skip to content

Commit d84330e

Browse files
committed
Update doc comment
1 parent d9feb18 commit d84330e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Source/CesiumRuntime/Public/CesiumUrlTemplateRasterOverlay.h

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class CESIUMRUNTIME_API UCesiumUrlTemplateRasterOverlay
5050
* southernmost tile.
5151
* - `{reverseZ}` - The tile Z coordinate in the tiling scheme, where 0 is
5252
* equivalent to `urlTemplateOptions.maximumLevel`.
53+
* - `{westDegrees}` - The western edge of the tile in geodetic degrees.
5354
* - `{southDegrees}` - The southern edge of the tile in geodetic degrees.
5455
* - `{eastDegrees}` - The eastern edge of the tile in geodetic degrees.
5556
* - `{northDegrees}` - The northern edge of the tile in geodetic degrees.

0 commit comments

Comments
 (0)