cesium-native 0.63.0
Loading...
Searching...
No Matches
ExtensionBentleyMaterialsPointStyle.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
8#include <cstdint>
9
10namespace CesiumGltf {
14struct CESIUMGLTF_API ExtensionBentleyMaterialsPointStyle final
19 static constexpr const char* TypeName = "ExtensionBentleyMaterialsPointStyle";
22 static constexpr const char* ExtensionName = "BENTLEY_materials_point_style";
23
27 int64_t diameter = int64_t();
28
35 int64_t getSizeBytes() const {
36 int64_t accum = 0;
37 accum += int64_t(sizeof(ExtensionBentleyMaterialsPointStyle));
39 int64_t(sizeof(CesiumUtility::ExtensibleObject));
40
41 return accum;
42 }
43};
44} // namespace CesiumGltf
Classes for working with glTF models.
Specifies point diameter for CAD-style visualization.
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,...
static constexpr const char * TypeName
The original name of this type.
int64_t diameter
Diameter of the point in screen pixels. Must be > 0.
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 ...