cesium-native  0.41.0
ExtensionMeshPrimitiveExtStructuralMetadata.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 #include <vector>
11 
12 namespace CesiumGltf {
18  static inline constexpr const char* TypeName =
19  "ExtensionMeshPrimitiveExtStructuralMetadata";
20  static inline constexpr const char* ExtensionName = "EXT_structural_metadata";
21 
26  std::vector<int32_t> propertyTextures;
27 
32  std::vector<int32_t> propertyAttributes;
33 };
34 } // namespace CesiumGltf
Classes for working with glTF models.
std::vector< int32_t > propertyAttributes
An array of indexes of property attributes in the root EXT_structural_metadata object.
std::vector< int32_t > propertyTextures
An array of indexes of property textures in the root EXT_structural_metadata object.
The base class for objects that have extensions and extras.