5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
19 static constexpr const char* TypeName =
"Asset";
41 accum += int64_t(
sizeof(
Asset));
44 accum += int64_t(this->version.capacity() *
sizeof(
char));
45 if (this->tilesetVersion) {
46 accum += int64_t(this->tilesetVersion->capacity() *
sizeof(
char));
Classes for using 3D Tiles.
Metadata about the entire tileset.
std::string version
The 3D Tiles version. The version defines the JSON schema for the tileset JSON and the base set of ti...
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
std::optional< std::string > tilesetVersion
Application-specific version of this tileset, e.g., for when an existing tileset is updated.
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...