3#include "CesiumGltf/Library.h"
5#include <CesiumUtility/ExtensibleObject.h>
33 ExtensibleObject::getSizeBytes() - int64_t(
sizeof(ExtensibleObject));
34 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.