cesium-native  0.41.0
ExtensionModelKhrMaterialsVariantsValue.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 ExtensionModelKhrMaterialsVariantsValue final
15  : public CesiumGltf::NamedObject {
16  static inline constexpr const char* TypeName =
17  "ExtensionModelKhrMaterialsVariantsValue";
18 
24  std::string name;
25 };
26 } // namespace CesiumGltf
Classes for working with glTF models.
The base class for objects in a glTF that have a name.
Definition: NamedObject.h:15