MotionTrackingData

Motion tracking data.

Constructors

Link copied to clipboard
constructor(poses: List<MotionTrackingPose>, timestamp: Long)

Properties

Link copied to clipboard

The list of motion tracking poses.

Link copied to clipboard
val timestamp: Long

UTC Time when current data is tracked in milliseconds.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
operator fun get(id: Long): MotionTrackingPose

Get specific motion tracker's pose.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Get specific motion tracker's pose.