FakeXrExtensions.FakeNodeTransform


class FakeXrExtensions.FakeNodeTransform


A fake implementation of the XR extensions NodeTransform.

Summary

Public constructors

Public functions

Long

Get the timestamp at which the transformation matrix was recorded.

Public properties

Mat4f!

Public constructors

FakeNodeTransform

Added in 1.0.0-alpha01
FakeNodeTransform(transform: Mat4f)

Public functions

getTimestamp

Added in 1.0.0-alpha01
fun getTimestamp(): Long

Get the timestamp at which the transformation matrix was recorded.

The time the record happened, in the android.os.SystemClock#uptimeNanos time base.

Returns
Long

A timestamp at which the transformation matrix was recorded.

Public properties

transform

Added in 1.0.0-alpha01
val transformMat4f!