Optional
colorThe color of the text. Will change to hoverColor when the associated polygon is hovered. Accepts any CSS color string.
Optional
fillOpacity of the text fill, independent of stroke and outline opacity. Set to 0 to show only stroke/outline. Accepts values between 0 and 1.
Optional
flipAttempt to keep the Text3D facing the camera as much as possible
Optional
fontURL to a custom font file (.ttf, .otf, .woff). Falls back to Roboto if undefined.
Optional
fontThe size of the text in meters. Will be automatically adjusted if it exceeds the text area bounds.
Optional
hoverColor to display when text is hovered. Falls back to global hover color if undefined.
Optional
maxMaximum height constraint for the text area in meters. Overrides default text field constraints when set.
Optional
maxMaximum width constraint for the text area in meters. Overrides default text field constraints when set.
Optional
outlineBlur radius for the text outline. Can be a number in pixels or a string with units.
Optional
outlineColor of the text outline. Accepts any CSS color string.
Optional
outlineHorizontal offset of the outline effect from the text, in pixels.
Optional
outlineVertical offset of the outline effect from the text, in pixels.
Optional
outlineOpacity of the text outline. Accepts values between 0 and 1.
Optional
outlineWidth of the text outline effect in pixels.
Optional
strokeColor of the text stroke when strokeWidth > 0. Accepts any CSS color string.
Optional
strokeOpacity of the text stroke when strokeWidth > 0.
Optional
strokeWidth of the inner stroke of each text glyph.
Optional
visibleWhether the Text3D is visible
At this moment updating text margin is not supported Margin and content update are not handled at the moment.