Exposes details of a tracked hand.
Property | Description |
---|---|
boundingBox | (get) boundingBox: Box2DSignal The bounding box of the tracked hand relative to normalized screen space, as a Box2DSignal . |
cameraTransform | (get) cameraTransform: TransformSignal The hand transform relative to the camera coordinate system, as a TransformSignal |
isTracked | (get) isTracked: BoolSignal 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. |
This module exposes no methods.