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


AdjustLocationDelegate Delegate

Definition

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

Applies to