class FakeRuntimeHand


Summary

Public constructors

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

Public properties

open Map<HandJointTypePose>

The value describing the poses of the hand joints.

open Boolean

The value describing if the hand is active.

Public constructors

FakeRuntimeHand

Added in 1.0.0-alpha02
FakeRuntimeHand(
    isActive: Boolean = false,
    handJoints: Map<HandJointTypePose> = emptyMap()
)

Public properties

handJoints

Added in 1.0.0-alpha02
open var handJointsMap<HandJointTypePose>

The value describing the poses of the hand joints.

isActive

Added in 1.0.0-alpha02
open var isActiveBoolean

The value describing if the hand is active.