MetadataClassProperty
A metadata property, as part of a MetadataClass.
See the 3D Metadata Specification for 3D Tiles
See also
Types
Link copied to clipboard
interface ConstructorOptions
Properties
Link copied to clipboard
The number of array elements. Only defined for fixed-size arrays.
Link copied to clipboard
The component type of the property. This includes integer (e.g. INT8 or UINT16), and floating point (FLOAT32 and FLOAT64) values
Link copied to clipboard
The description of the property.
Link copied to clipboard
The enum type of the property. Only defined when type is ENUM.
Link copied to clipboard
An object containing extensions.
Link copied to clipboard
True if a property is a variable length array, false otherwise.
Link copied to clipboard
Whether the property is normalized.
Link copied to clipboard
The type of the property such as SCALAR, VEC2, VEC3