cesium-native 0.63.0
Loading...
Searching...
No Matches
ExtensionMeshPrimitiveBentleyMaterialsLineStyle.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 {
18 static constexpr const char* TypeName =
19 "ExtensionMeshPrimitiveBentleyMaterialsLineStyle";
22 static constexpr const char* ExtensionName = "BENTLEY_materials_line_style";
23
30 int64_t getSizeBytes() const {
31 int64_t accum = 0;
34 int64_t(sizeof(CesiumUtility::ExtensibleObject));
35
36 return accum;
37 }
38};
39} // namespace CesiumGltf
Classes for working with glTF models.
Indicates that a mesh primitive supplies the BENTLEY_materials_line_style cumulative distance attribu...
static constexpr const char * ExtensionName
The official name of the extension. This should be the same as its key in the extensions object.
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 ...