3#include <CesiumGltf/Library.h>
4#include <CesiumUtility/ExtensibleObject.h>
32 ExtensibleObject::getSizeBytes() - int64_t(
sizeof(ExtensibleObject));
33 accum += this->name.capacity() *
sizeof(char);
Classes for working with glTF models.
The base class for objects in a glTF that have a name.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
std::string name
The user-defined name of this object.
The base class for objects that have extensions and extras.