cesium-native  0.41.0
ExtensionCesiumTileEdges.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 #include <cstdint>
10 
11 namespace CesiumGltf {
15 struct CESIUMGLTF_API ExtensionCesiumTileEdges final
17  static inline constexpr const char* TypeName = "ExtensionCesiumTileEdges";
18  static inline constexpr const char* ExtensionName = "CESIUM_tile_edges";
19 
24  int32_t left = -1;
25 
30  int32_t bottom = -1;
31 
36  int32_t right = -1;
37 
42  int32_t top = -1;
43 };
44 } // namespace CesiumGltf
Classes for working with glTF models.
CESIUM_tile_edges extension for a primitive in a glTF model.
The base class for objects that have extensions and extras.