cesium-native 0.43.0
Loading...
Searching...
No Matches
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"
 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
 

Detailed Description

Known values for The element type.

Definition at line 27 of file ClassProperty.h.

Member Data Documentation

◆ BOOLEAN

const std::string CesiumGltf::ClassProperty::Type::BOOLEAN = "BOOLEAN"
inlinestatic

BOOLEAN

Definition at line 53 of file ClassProperty.h.

◆ ENUM

const std::string CesiumGltf::ClassProperty::Type::ENUM = "ENUM"
inlinestatic

ENUM

Definition at line 56 of file ClassProperty.h.

◆ MAT2

const std::string CesiumGltf::ClassProperty::Type::MAT2 = "MAT2"
inlinestatic

MAT2

Definition at line 41 of file ClassProperty.h.

◆ MAT3

const std::string CesiumGltf::ClassProperty::Type::MAT3 = "MAT3"
inlinestatic

MAT3

Definition at line 44 of file ClassProperty.h.

◆ MAT4

const std::string CesiumGltf::ClassProperty::Type::MAT4 = "MAT4"
inlinestatic

MAT4

Definition at line 47 of file ClassProperty.h.

◆ SCALAR

const std::string CesiumGltf::ClassProperty::Type::SCALAR = "SCALAR"
inlinestatic

SCALAR

Definition at line 29 of file ClassProperty.h.

◆ STRING

const std::string CesiumGltf::ClassProperty::Type::STRING = "STRING"
inlinestatic

STRING

Definition at line 50 of file ClassProperty.h.

◆ VEC2

const std::string CesiumGltf::ClassProperty::Type::VEC2 = "VEC2"
inlinestatic

VEC2

Definition at line 32 of file ClassProperty.h.

◆ VEC3

const std::string CesiumGltf::ClassProperty::Type::VEC3 = "VEC3"
inlinestatic

VEC3

Definition at line 35 of file ClassProperty.h.

◆ VEC4

const std::string CesiumGltf::ClassProperty::Type::VEC4 = "VEC4"
inlinestatic

VEC4

Definition at line 38 of file ClassProperty.h.


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