transform property

XRRigidTransform? get transform

The read-only XRReferenceSpaceEvent property transform indicates the position and orientation of the affected XRReferenceSpaceEvent.referenceSpace's native origin after the changes the event represents are applied. The transform is defined using the old coordinate system, which allows it to be used to convert coordinates from the pre-event coordinate system to the post-event coordinate system.

Implementation

external XRRigidTransform? get transform;