Scripting API
HandTrackingModule
Hand

Hand

Exposes details of a tracked hand.

Example

Properties

PropertyDescription
boundingBox
(get) boundingBox: Box2DSignal
(set) (Not Available)


The bounding box of the tracked hand relative to normalized screen space, as a Box2DSignal.
cameraTransform
(get) cameraTransform: TransformSignal
(set) (Not Available)


The hand transform relative to the camera coordinate system, as a TransformSignal
isTracked
(get) isTracked: BoolSignal
(set) (Not Available)


Indicates whether the hand is being tracked in the current frame, with a BoolSignal.
If false, the value of the Hand object's properties represent their value during the frame they were most recently tracked in.

Methods

This module exposes no methods.