Fragment.AddAttachmentPoint(AttachmentPoint) 方法

定义

将现有附件点添加到此片段。

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

参数

attachPoint
AttachmentPoint

注解

如果附件点从另一个片段移动到此,则附件点当前可能属于另一个片段。 由于它仅在内部使用,因此它直接在 AttachmentPoint(而不是接口)上运行,以避免不必要的向下转换。

适用于