Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -6,6 +6,8 @@ import { useControllerGrab, ControllerGrabSnapshot } from '@/hooks/useController
|
|||||||
interface XRGrabbableProps {
|
interface XRGrabbableProps {
|
||||||
/** Allow uniform scaling via two-hand grab (distance between hands) */
|
/** Allow uniform scaling via two-hand grab (distance between hands) */
|
||||||
allowScale?: boolean;
|
allowScale?: boolean;
|
||||||
|
/** When true, the active model is locked — grab is ignored entirely */
|
||||||
|
lockedActive?: boolean;
|
||||||
/** Called the first time the user grabs (e.g. to exit placement mode) */
|
/** Called the first time the user grabs (e.g. to exit placement mode) */
|
||||||
onGrabStart?: () => void;
|
onGrabStart?: () => void;
|
||||||
children: ReactNode;
|
children: ReactNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user