cesium-native  0.41.0
TileAvailabilityFlags.h
1 #pragma once
2 
3 #include "Library.h"
4 
5 #include <cstdint>
6 
7 namespace CesiumGeometry {
8 
9 enum CESIUMGEOMETRY_API TileAvailabilityFlags {
14 
19 
24 
29 
30  // TODO: is REACHABLE needed? Reevaluate after implementation
37  REACHABLE = 16U
38 };
39 
40 } // namespace CesiumGeometry
Basic geometry classes for Cesium.
@ SUBTREE_LOADED
This tile has a subtree that is loaded.
@ REACHABLE
The tile is reachable through the tileset availability tree.
@ SUBTREE_AVAILABLE
This tile has a subtree that is known to be available.
@ TILE_AVAILABLE
The tile is known to be available.
@ CONTENT_AVAILABLE
The tile's content is known to be available.