public final class TestHand


Represents one of the user's hands.

Summary

Public methods

final @NonNull Map<@NonNull HandJointType, @NonNull Pose>

a Map of HandJointType to that joint's Pose

final boolean

whether the hand is currently in view of the runtime

final void

a Map of HandJointType to that joint's Pose

final void
setVisible(boolean value)

whether the hand is currently in view of the runtime

Public methods

getHandJointMap

Added in 1.0.0-alpha14
public final @NonNull Map<@NonNull HandJointType, @NonNull PosegetHandJointMap()

a Map of HandJointType to that joint's Pose

isVisible

Added in 1.0.0-alpha14
public final boolean isVisible()

whether the hand is currently in view of the runtime

setHandJointMap

Added in 1.0.0-alpha14
public final void setHandJointMap(@NonNull Map<@NonNull HandJointType, @NonNull Pose> value)

a Map of HandJointType to that joint's Pose

setVisible

Added in 1.0.0-alpha14
public final void setVisible(boolean value)

whether the hand is currently in view of the runtime