FakeRuntimeHand
class FakeRuntimeHand
Test-only implementation of androidx.xr.arcore.runtime.Hand.
Summary
Public constructors |
|---|
FakeRuntimeHand( |
Public properties |
|
|---|---|
open FloatBuffer |
The value describing the data of the hand, including trackingState and handJoints' poses. |
open TrackingState |
The current |
Public constructors
FakeRuntimeHand
Added in 1.0.0-alpha09
FakeRuntimeHand(
trackingState: TrackingState = TrackingState.PAUSED,
handJointsBuffer: FloatBuffer = ByteBuffer.allocate(0).asFloatBuffer()
)
Public properties
handJointsBuffer
Added in 1.0.0-alpha09
open var handJointsBuffer: FloatBuffer
The value describing the data of the hand, including trackingState and handJoints' poses.
trackingState
Added in 1.0.0-alpha09
open var trackingState: TrackingState
The current androidx.xr.runtime.TrackingState of the hand's data.