다음을 통해 공유


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일 수 있습니다.

적용 대상