cesium-native  0.41.0
CesiumGltf::ClassProperty::ComponentType Struct Reference

Known values for The datatype of the element's components. Only applicable to SCALAR, VECN, and MATN types. More...

#include <CesiumGltf/ClassProperty.h>

Static Public Attributes

static const std::string INT8 = "INT8"
 
static const std::string UINT8 = "UINT8"
 
static const std::string INT16 = "INT16"
 
static const std::string UINT16 = "UINT16"
 
static const std::string INT32 = "INT32"
 
static const std::string UINT32 = "UINT32"
 
static const std::string INT64 = "INT64"
 
static const std::string UINT64 = "UINT64"
 
static const std::string FLOAT32 = "FLOAT32"
 
static const std::string FLOAT64 = "FLOAT64"
 

Detailed Description

Known values for The datatype of the element's components. Only applicable to SCALAR, VECN, and MATN types.

Definition at line 51 of file ClassProperty.h.


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