IAttachmentPointManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于创建应用程序并操作附件点的接口。 具体而言,必须通过 IAttachmentPointManager 创建和释放附件点。
public interface IAttachmentPointManager
type IAttachmentPointManager = interface
Public Interface IAttachmentPointManager
注解
通过 WorldLockingManager 获取对附件点管理器的访问权限。
方法
CreateAttachmentPoint(Vector3, IAttachmentPoint, AdjustLocationDelegate, AdjustStateDelegate) |
Create并注册新的附件点。 |
MoveAttachmentPoint(IAttachmentPoint, Vector3) |
移动 (而不是 Teleport) 意味着对象已从其旧位置遍历到某个连续路径上的给定新位置的冻结空间。 |
ReleaseAttachmentPoint(IAttachmentPoint) |
释放要处置的附件点。 此调用后,附件点不再有效。 如果在创建处理程序时 () ,也会取消注册处理程序。 |
TeleportAttachmentPoint(IAttachmentPoint, Vector3, IAttachmentPoint) |
传送 (而不是移动) 意味着对象已经消失在其旧位置,并立即重新出现在其冻结空间中的新位置,而无需遍历之间的空间。 |