次の方法で共有


AdjustLocationDelegate 代理人

定義

ワールド ロック領域の修正が計算され、このオブジェクトに適用する必要があることを通知します。

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

パラメーター

adjustment
UnityEngine.Pose

適用する調整

適用対象