cesium-native 0.43.0
|
Known values for The element type. More...
#include <CesiumGltf/ClassProperty.h>
Static Public Attributes | |
static const std::string | SCALAR = "SCALAR" |
SCALAR | |
static const std::string | VEC2 = "VEC2" |
VEC2 | |
static const std::string | VEC3 = "VEC3" |
VEC3 | |
static const std::string | VEC4 = "VEC4" |
VEC4 | |
static const std::string | MAT2 = "MAT2" |
MAT2 | |
static const std::string | MAT3 = "MAT3" |
MAT3 | |
static const std::string | MAT4 = "MAT4" |
MAT4 | |
static const std::string | STRING = "STRING" |
STRING | |
static const std::string | BOOLEAN = "BOOLEAN" |
BOOLEAN | |
static const std::string | ENUM = "ENUM" |
ENUM | |
Known values for The element type.
Definition at line 27 of file ClassProperty.h.
|
inlinestatic |
BOOLEAN
Definition at line 53 of file ClassProperty.h.
|
inlinestatic |
ENUM
Definition at line 56 of file ClassProperty.h.
|
inlinestatic |
MAT2
Definition at line 41 of file ClassProperty.h.
|
inlinestatic |
MAT3
Definition at line 44 of file ClassProperty.h.
|
inlinestatic |
MAT4
Definition at line 47 of file ClassProperty.h.
|
inlinestatic |
SCALAR
Definition at line 29 of file ClassProperty.h.
|
inlinestatic |
STRING
Definition at line 50 of file ClassProperty.h.
|
inlinestatic |
VEC2
Definition at line 32 of file ClassProperty.h.
|
inlinestatic |
VEC3
Definition at line 35 of file ClassProperty.h.
|
inlinestatic |
VEC4
Definition at line 38 of file ClassProperty.h.