Interface: BabylonHandTrackingLike
Defined in: babylon-interactions/src/babylon-types.ts:178
Structural slice of WebXRHandTracking, the feature the features manager
registers under "xr-hand-tracking".
Methods
getHandByControllerId()
getHandByControllerId(id: string): BabylonXRHandLike | null | undefined;
Defined in: babylon-interactions/src/babylon-types.ts:179
Parameters
| Parameter | Type |
|---|---|
id | string |
Returns
BabylonXRHandLike | null | undefined