OptionalmetadataThe label's content, shown as plain text
The point in the scene the label is pinned to; it stays over that point as the camera moves
Hex color of the label's text
Font size of the label, in pixels
When true, a label far from the camera is drawn smaller than one nearby, as if it sat in the scene
OptionalneedsSet by drawing to ask for a refresh of the label on the next frame; not something to set by hand
OptionalidIdentifier given to the label when it is drawn, which later updates use to find it; not something to set by hand
A drawn tag. Drawing a tag produces the tag itself rather than a mesh, because a tag is rendered as an HTML overlay positioned from the scene rather than as geometry in it. The drawing entry points still declare a mesh, which is the type every drawable output is described by, so a drawn tag reaches a caller through that declaration.