Function: DOM3DAnchor()
function DOM3DAnchor(props: DOM3DAnchorProps): Element | null;
Defined in: livelink.react/sources/components/overlays/DOM3DAnchor.tsx:75
A component that renders a div anchored to a provided world space position.
Parameters
| Parameter | Type |
|---|---|
props | DOM3DAnchorProps |
Returns
Element | null