spatial-monorepo / core/src / BlueDotImperativeHandle
Interface: BlueDotImperativeHandle
Defined in: packages/core/src/components/BlueDot.tsx:93
Imperative handle exposed via ref on <BlueDot>. Lets a caller push position updates directly (e.g. dotRef.current?.update(positionUpdate)) without wiring up a full RTLSAdapter or an external positionMapRef.
Methods
update()
update(
pos):void
Defined in: packages/core/src/components/BlueDot.tsx:94
Parameters
pos
Returns
void
