IAttachmentPointManager.ReleaseAttachmentPoint(IAttachmentPoint) 方法

定义

释放要处置的附件点。 此调用后,连接点不再有效。 如果处理程序 (创建时提供的任何) ,也会取消注册处理程序。

public void ReleaseAttachmentPoint (Microsoft.MixedReality.WorldLocking.Core.IAttachmentPoint attachPointIface);
abstract member ReleaseAttachmentPoint : Microsoft.MixedReality.WorldLocking.Core.IAttachmentPoint -> unit
Public Sub ReleaseAttachmentPoint (attachPointIface As IAttachmentPoint)

参数

attachPointIface
IAttachmentPoint

附件指向释放。

注解

在不太可能的情况下,另一个附件点已从此连接点生成,但尚未处理 (仍在挂起的队列) ,该关系在释放此连接点时被打破,当最后处理另一个连接点时,它将就像是使用 null 上下文创建的。

适用于