Skip to main content

Mattertag.MattertagDescriptor

A subset of the MattertagData used to add Mattertags through the sdk. Most properties are optional except those used for positioning: anchorPosition, stemVector.

Properties

anchorPosition

anchorPosition: Vector3

color

color: (optional) Color | undefined

description

description: (optional) string | undefined

floorId

floorId: (optional) number | undefined
deprecated Use floorIndex instead

floorIndex

floorIndex: (optional) number | undefined

iconId

iconId: (optional) string | undefined

label

label: (optional) string | undefined

media

media: (optional) { type: MediaType; src: string; } | undefined

stemVector

stemVector: Vector3

stemVisible

stemVisible: (optional) boolean | undefined