cesium-native  0.41.0
Subtrees.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "Cesium3DTiles/Library.h"
6 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 #include <string>
10 
11 namespace Cesium3DTiles {
15 struct CESIUM3DTILES_API Subtrees final
17  static inline constexpr const char* TypeName = "Subtrees";
18 
22  std::string uri;
23 };
24 } // namespace Cesium3DTiles
Classes for using 3D Tiles.
Definition: Buffer.h:7
An object describing the location of subtree files.
Definition: Subtrees.h:16
std::string uri
A URI with embedded expressions that describes the resource that is associated with an implicit tile ...
Definition: Subtrees.h:22
The base class for objects that have extensions and extras.