次の方法で共有


AttachmentPoint(AdjustLocationDelegate, AdjustStateDelegate) コンストラクター

定義

コンストラクター、ハンドラーの設定

public AttachmentPoint (Microsoft.MixedReality.WorldLocking.Core.AdjustLocationDelegate locationHandler, Microsoft.MixedReality.WorldLocking.Core.AdjustStateDelegate stateHandler);
new Microsoft.MixedReality.WorldLocking.Core.AttachmentPoint : Microsoft.MixedReality.WorldLocking.Core.AdjustLocationDelegate * Microsoft.MixedReality.WorldLocking.Core.AdjustStateDelegate -> Microsoft.MixedReality.WorldLocking.Core.AttachmentPoint
Public Sub New (locationHandler As AdjustLocationDelegate, stateHandler As AdjustStateDelegate)

パラメーター

locationHandler
AdjustLocationDelegate

位置調整のハンドラーは、null である可能性があります。

stateHandler
AdjustStateDelegate

接続調整用のハンドラーは、null である可能性があります。

適用対象