WorldLockingManager.FrozenFromSpongy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transform from spongy space to frozen space. Spongy space is that native to XR interfaces. Frozen is Unity's global coordinate space. Transform includes the WorldLocking adjustment to the camera, as well as any other transforms applied to the camera (e.g. teleport).
public UnityEngine.Pose FrozenFromSpongy { get; }
member this.FrozenFromSpongy : UnityEngine.Pose
Public ReadOnly Property FrozenFromSpongy As Pose
Property Value
UnityEngine.Pose