AdjustLocationDelegate Delegate
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.
Notification that a correction in the world locked space has been computed and should be applied to this object.
public delegate void AdjustLocationDelegate(Pose adjustment);
type AdjustLocationDelegate = delegate of Pose -> unit
Public Delegate Sub AdjustLocationDelegate(adjustment As Pose)
Parameters
- adjustment
- UnityEngine.Pose
The adjustment to apply