cesium-native  0.41.0
ExtensionKhrMaterialsUnlit.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 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 namespace CesiumGltf {
13 struct CESIUMGLTF_API ExtensionKhrMaterialsUnlit final
15  static inline constexpr const char* TypeName = "ExtensionKhrMaterialsUnlit";
16  static inline constexpr const char* ExtensionName = "KHR_materials_unlit";
17 };
18 } // namespace CesiumGltf
Classes for working with glTF models.
glTF extension that defines the unlit material model.
The base class for objects that have extensions and extras.