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

Known values for The element type. More...

#include <CesiumGltf/ClassProperty.h>

Static Public Attributes

static const std::string SCALAR = "SCALAR"
 
static const std::string VEC2 = "VEC2"
 
static const std::string VEC3 = "VEC3"
 
static const std::string VEC4 = "VEC4"
 
static const std::string MAT2 = "MAT2"
 
static const std::string MAT3 = "MAT3"
 
static const std::string MAT4 = "MAT4"
 
static const std::string STRING = "STRING"
 
static const std::string BOOLEAN = "BOOLEAN"
 
static const std::string ENUM = "ENUM"
 

Detailed Description

Known values for The element type.

Definition at line 25 of file ClassProperty.h.


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