共用方式為


AdjustLocationDelegate 代理人

定義

通知,指出已計算世界鎖定空間中的更正,且應該套用至此物件。

public delegate void AdjustLocationDelegate(Pose adjustment);
type AdjustLocationDelegate = delegate of Pose -> unit
Public Delegate Sub AdjustLocationDelegate(adjustment As Pose)

參數

adjustment
UnityEngine.Pose

要套用的調整

適用於