Fragment.AddAttachmentPoint(AttachmentPoint) Method

Definition

Add an existing attachment point to this fragment.

public void AddAttachmentPoint (Microsoft.MixedReality.WorldLocking.Core.AttachmentPoint attachPoint);
member this.AddAttachmentPoint : Microsoft.MixedReality.WorldLocking.Core.AttachmentPoint -> unit
Public Sub AddAttachmentPoint (attachPoint As AttachmentPoint)

Parameters

attachPoint
AttachmentPoint

Remarks

The attachment point might currently belong to another fragment, if it is being moved from the other to this. Since this is only used internally, it operates directly on an AttachmentPoint rather than an interface to avoid an unnecessary downcast.

Applies to