text
stringlengths
0
8.81k
An 8-bit unsigned integer
INT16
string
A 16-bit signed integer
UINT16
string
A 16-bit unsigned integer
INT32
string
A 32-bit signed integer
UINT32
string
A 32-bit unsigned integer
INT64
string
A 64-bit signed integer. This type requires BigInt support.
UINT64
string
A 64-bit signed integer. This type requires BigInt support
FLOAT32
string
A 32-bit (single precision) floating point number
FLOAT64
string
A 64-bit (double precision) floating point number
Experimental
This feature is using part of the 3D Tiles spec that is not final and is subject to change without Cesium's standard deprecation policy.
constant MetadataType : string
engine/Source/Scene/MetadataType.js 17
An enum of metadata types. These metadata types are containers containing
one or more components of type MetadataComponentType
Properties:
Name
Type
Description
SCALAR
string
A single component
VEC2
string