class OpenXrHand


Wraps the native XrHandJointLocationsEXT with the Hand interface.

Summary

Public functions

open Unit
update(xrTime: Long)

Updates the entity retrieving its state at xrTime.

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 functions

update

Added in 1.0.0-alpha02
open fun update(xrTime: Long): Unit

Updates the entity retrieving its state at xrTime.

Parameters
xrTime: Long

the number of nanoseconds since the start of the OpenXR epoch.

Public properties

handJoints

Added in 1.0.0-alpha02
open val handJointsMap<HandJointTypePose>

The value describing the poses of the hand joints.

isActive

Added in 1.0.0-alpha02
open val isActiveBoolean

The value describing if the hand is active.