Megosztás a következőn keresztül:


AdjusterFixed.HandleAdjustLocation(Pose) Method

Definition

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.

Applies to