class FakeRuntimeHand


Summary

Public constructors

FakeRuntimeHand(
    trackingState: TrackingState,
    handJointsBuffer: ByteBuffer
)

Public properties

open ByteBuffer

The value describing the data of the hand, including trackingState and handJoints' poses.

open TrackingState

The current TrackingState of the hand's data.

Public constructors

FakeRuntimeHand

Added in 1.0.0-alpha04
FakeRuntimeHand(
    trackingState: TrackingState = TrackingState.Paused,
    handJointsBuffer: ByteBuffer = ByteBuffer.allocate(0)
)

Public properties

handJointsBuffer

Added in 1.0.0-alpha04
open var handJointsBufferByteBuffer

The value describing the data of the hand, including trackingState and handJoints' poses.

trackingState

Added in 1.0.0-alpha04
open var trackingStateTrackingState

The current TrackingState of the hand's data.