AdjusterFixed.HandleAdjustLocation(Pose) Method
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.
Handle a pose adjustment due to a refit operation.
protected virtual void HandleAdjustLocation (UnityEngine.Pose adjustment);
abstract member HandleAdjustLocation : UnityEngine.Pose -> unit
override this.HandleAdjustLocation : UnityEngine.Pose -> unit
Protected Overridable Sub HandleAdjustLocation (adjustment As Pose)
Parameters
- adjustment
- UnityEngine.Pose
The pose adjustment to apply/
Remarks
This simple implementation folds the adjustment into the current pose.