AdjustLocationDelegate 委托

定义

通知:已计算出世界锁定空间中的更正,应应用于此对象。

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

参数

adjustment
UnityEngine.Pose

要应用的调整

适用于