cesium-native 0.43.0
Loading...
Searching...
No Matches
Cesium3DTiles::Availability::Constant Struct Reference

Known values for Integer indicating whether all of the elements are available (1) or all are unavailable (0). More...

#include <Cesium3DTiles/Availability.h>

Static Public Attributes

static constexpr int32_t UNAVAILABLE = 0
 UNAVAILABLE (0)
 
static constexpr int32_t AVAILABLE = 1
 AVAILABLE (1)
 

Detailed Description

Known values for Integer indicating whether all of the elements are available (1) or all are unavailable (0).

Definition at line 26 of file Availability.h.

Member Data Documentation

◆ AVAILABLE

int32_t Cesium3DTiles::Availability::Constant::AVAILABLE = 1
staticconstexpr

AVAILABLE (1)

Definition at line 31 of file Availability.h.

◆ UNAVAILABLE

int32_t Cesium3DTiles::Availability::Constant::UNAVAILABLE = 0
staticconstexpr

UNAVAILABLE (0)

Definition at line 28 of file Availability.h.


The documentation for this struct was generated from the following file: