Interface: PoseEstimator
Defined in: src/input/gestures/GestureTypes.ts:46
Methods
dispose()?
optionaldispose():void
Defined in: src/input/gestures/GestureTypes.ts:50
Returns
void
getHandContext()
getHandContext(
handedness):HandContext|null
Defined in: src/input/gestures/GestureTypes.ts:48
Parameters
handedness
Returns
HandContext | null
getHandContexts()
getHandContexts():
Partial<Record<HandLabel,HandContext>>
Defined in: src/input/gestures/GestureTypes.ts:49
Returns
Partial<Record<HandLabel, HandContext>>
init()?
optionalinit(dependencies?):Promise<void>
Defined in: src/input/gestures/GestureTypes.ts:47
Parameters
dependencies?
user?
Returns
Promise<void>