WorldLockingManager.AdjustmentFrame 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.
The transform at which to apply the camera adjustment. This can't be the camera node, as its transform is overwritten every frame with head pose data. But the camera should be an attached descendant of this node.
public UnityEngine.Transform AdjustmentFrame { get; set; }
member this.AdjustmentFrame : UnityEngine.Transform with get, set
Public Property AdjustmentFrame As Transform
Property Value
UnityEngine.Transform