The altitude of the geometry element in meters.
OptionalborderColor?: stringThe color of the border. borderVisible must be true for this to take effect.
Whether the geometry has a border
OptionalborderWidth?: numberThe width of the border. borderVisible must be true for this to take effect.
Color of the geometry element. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0). Set to initial to reset to the default color.
Whether the anchored image should collide with other images.
Whether the image should be flipped to face the camera.
Height of the geometry element in meters.
OptionalhoverColor?: stringColor of the geometry element when hovered over. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0). Set to initial to reset to the default color.
Controls how the geometry participates in pointer-event raycasting.
true: hover and click handlers fire on this geometry.false (default): the geometry captures the raycast — clicks land on
it and stop there — but no hover or click handler fires. The geometry
still shields anything rendered behind it from receiving events.'pass-through': raycasts skip this geometry entirely so pointer
events fall through to whatever is rendered behind it. Useful for
invisible helper geometry that must never block clicks beneath it.Opacity of the geometry element.
Optionaltexture?: { url: string }Texture to apply to the geometry element.
OptionaltopColor?: stringColor of the geometry element's top. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0). Set to initial to reset to the default color.
OptionaltopTexture?: { url: string }Top texture to apply to the geometry element.
Whether the geometry is visible.
The serialized state of a geometry element such as a Space, including its style, color, and visibility.