AttachmentPoint(AdjustLocationDelegate, AdjustStateDelegate) Constructor

Definition

Constructor, sets handlers

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)

Parameters

locationHandler
AdjustLocationDelegate

Handler for positional adjustments, may be null.

stateHandler
AdjustStateDelegate

Handler for connectivity adjustments, may be null.

Applies to