cesium-native  0.41.0
ExtensionModelMaxarMeshVariantsValue.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/Library.h"
6 #include "CesiumGltf/NamedObject.h"
7 
8 #include <string>
9 
10 namespace CesiumGltf {
14 struct CESIUMGLTF_API ExtensionModelMaxarMeshVariantsValue final
15  : public CesiumGltf::NamedObject {
16  static inline constexpr const char* TypeName =
17  "ExtensionModelMaxarMeshVariantsValue";
18 
22  std::string name;
23 };
24 } // namespace CesiumGltf
Classes for working with glTF models.
The base class for objects in a glTF that have a name.
Definition: NamedObject.h:15