5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
18 static inline constexpr
const char* TypeName =
"EnumValue";
33 int64_t value = int64_t();
Classes for working with glTF models.
std::optional< std::string > description
The description of the enum value.
std::string name
The name of the enum value.
The base class for objects that have extensions and extras.