cesium-native
0.41.0
|
Utility functions related to TileID objects. More...
#include <Cesium3DTilesSelection/TileID.h>
Static Public Member Functions | |
static std::string | createTileIdString (const TileID &tileId) |
Creates an unspecified string representation of the given {}. More... | |
|
static |
Creates an unspecified string representation of the given {}.
The returned string will contain information about the given tile ID, depending on its type. The exact format and contents of this string is not specified. This is mainly intended for printing informative log messages.
tileId | The tile ID |