cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::PropertyTableProperty::ArrayOffsetType Struct Reference

Known values for The type of values in arrayOffsets. More...

#include <CesiumGltf/PropertyTableProperty.h>

Static Public Attributes

static const std::string UINT8 = "UINT8"
 UINT8
 
static const std::string UINT16 = "UINT16"
 UINT16
 
static const std::string UINT32 = "UINT32"
 UINT32
 
static const std::string UINT64 = "UINT64"
 UINT64
 

Detailed Description

Known values for The type of values in arrayOffsets.

Definition at line 27 of file PropertyTableProperty.h.

Member Data Documentation

◆ UINT16

const std::string CesiumGltf::PropertyTableProperty::ArrayOffsetType::UINT16 = "UINT16"
inlinestatic

UINT16

Definition at line 32 of file PropertyTableProperty.h.

◆ UINT32

const std::string CesiumGltf::PropertyTableProperty::ArrayOffsetType::UINT32 = "UINT32"
inlinestatic

UINT32

Definition at line 35 of file PropertyTableProperty.h.

◆ UINT64

const std::string CesiumGltf::PropertyTableProperty::ArrayOffsetType::UINT64 = "UINT64"
inlinestatic

UINT64

Definition at line 38 of file PropertyTableProperty.h.

◆ UINT8

const std::string CesiumGltf::PropertyTableProperty::ArrayOffsetType::UINT8 = "UINT8"
inlinestatic

UINT8

Definition at line 29 of file PropertyTableProperty.h.


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