共用方式為


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。

適用於