cesium-native 0.50.0
|
A content tag that indicates a tile content points to an external tileset. When this tile is loaded, all the tiles in the external tileset will become children of this external content tile. More...
#include <Cesium3DTilesSelection/TileContent.h>
Public Attributes | |
TilesetMetadata | metadata |
The metadata associated with this tileset. | |
![]() | |
std::unordered_map< std::string, std::any > | extensions |
The extensions attached to this object. | |
JsonValue::Object | extras |
Application-specific data. | |
JsonValue::Object | unknownProperties |
Unknown properties that exist on this object but do not have any representation in the statically-typed classes. | |
Additional Inherited Members | |
![]() | |
template<typename T> | |
bool | hasExtension () const noexcept |
Checks if an extension exists given its static type. | |
template<typename T> | |
const T * | getExtension () const noexcept |
Gets an extension given its static type. | |
template<typename T> | |
T * | getExtension () noexcept |
Gets an extension given its static type. | |
const JsonValue * | getGenericExtension (const std::string &extensionName) const noexcept |
Gets a generic extension with the given name as a CesiumUtility::JsonValue . | |
JsonValue * | getGenericExtension (const std::string &extensionName) noexcept |
Gets a generic extension with the given name as a CesiumUtility::JsonValue . | |
template<typename T, typename... ConstructorArgumentTypes> | |
T & | addExtension (ConstructorArgumentTypes &&... constructorArguments) |
Adds a statically-typed extension to this object. | |
template<typename T> | |
void | removeExtension () |
Removes a statically-typed extension from this object. | |
int64_t | getSizeBytes () const |
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including its extensions. Calling this method may be slow as it requires traversing the entire object. | |
A content tag that indicates a tile content points to an external tileset. When this tile is loaded, all the tiles in the external tileset will become children of this external content tile.
Definition at line 52 of file TileContent.h.
TilesetMetadata Cesium3DTilesSelection::TileExternalContent::metadata |
The metadata associated with this tileset.
Definition at line 57 of file TileContent.h.