Hand.State


class Hand.State


The representation of the current state of Hand.

Summary

Public constructors

State(isActive: Boolean, handJoints: Map<HandJointTypePose>)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Map<HandJointTypePose>

the current pose of each joint in the hand.

Boolean

whether the hand is currently being tracked.

Public constructors

State

Added in 1.0.0-alpha02
State(isActive: Boolean, handJoints: Map<HandJointTypePose>)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

handJoints

Added in 1.0.0-alpha02
val handJointsMap<HandJointTypePose>

the current pose of each joint in the hand.

isActive

Added in 1.0.0-alpha02
val isActiveBoolean

whether the hand is currently being tracked.