HandTrackingData

Represents the hand tracking data.

Constructors

Link copied to clipboard
constructor(left: HandPose?, right: HandPose?, timestamp: Long)

Properties

Link copied to clipboard

The pose of the left hand.

Link copied to clipboard

The pose of the right hand.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String