cesium-native 0.43.0
Loading...
Searching...
No Matches
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#include <CesiumUtility/ExtensibleObject.h>
7
8namespace CesiumGltf {
12struct CESIUMGLTF_API ExtensionKhrMaterialsUnlit final
17 static constexpr const char* TypeName = "ExtensionKhrMaterialsUnlit";
20 static constexpr const char* ExtensionName = "KHR_materials_unlit";
21
28 int64_t getSizeBytes() const {
29 int64_t accum = 0;
30 accum += int64_t(sizeof(ExtensionKhrMaterialsUnlit));
32 int64_t(sizeof(CesiumUtility::ExtensibleObject));
33
34 return accum;
35 }
36};
37} // namespace CesiumGltf
Classes for working with glTF models.
glTF extension that defines the unlit material model.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...