Hand.State


public final class Hand.State


The representation of the current state of Hand.

Summary

Public methods

boolean
equals(Object other)
final @NonNull Map<@NonNull HandJointType, @NonNull Pose>

Returns the current pose of each joint in the hand.

final @NonNull TrackingState

the current TrackingState of the hand.

int

Public methods

equals

public boolean equals(Object other)

getHandJoints

Added in 1.0.0-alpha05
public final @NonNull Map<@NonNull HandJointType, @NonNull PosegetHandJoints()

Returns the current pose of each joint in the hand.

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

a map of HandJointType to Pose representing the current pose of each joint in the hand.

getTrackingState

Added in 1.0.0-alpha05
public final @NonNull TrackingState getTrackingState()

the current TrackingState of the hand.

hashCode

public int hashCode()