Fragment.AddAttachmentPoint(AttachmentPoint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将现有附件点添加到此片段。
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(而不是接口)上运行,以避免不必要的向下转换。