SCNPhysicsContactDelegate_Extensions 类

定义

接口的 ISCNPhysicsContactDelegate 扩展方法,以支持协议中的所有方法 SCNPhysicsContactDelegate

public static class SCNPhysicsContactDelegate_Extensions
type SCNPhysicsContactDelegate_Extensions = class
继承
SCNPhysicsContactDelegate_Extensions

注解

ISCNPhysicsContactDelegate 扩展方法允许开发人员将 接口的实例视为具有原始 SCNPhysicsContactDelegate 协议的所有可选方法。 由于 接口仅包含所需的成员,因此这些扩展方法允许开发人员调用协议的可选成员。

方法

DidBeginContact(ISCNPhysicsContactDelegate, SCNPhysicsWorld, SCNPhysicsContact)

接口的 ISCNPhysicsContactDelegate 扩展方法,以支持协议中的所有方法 SCNPhysicsContactDelegate

DidEndContact(ISCNPhysicsContactDelegate, SCNPhysicsWorld, SCNPhysicsContact)

接口的 ISCNPhysicsContactDelegate 扩展方法,以支持协议中的所有方法 SCNPhysicsContactDelegate

DidUpdateContact(ISCNPhysicsContactDelegate, SCNPhysicsWorld, SCNPhysicsContact)

接口的 ISCNPhysicsContactDelegate 扩展方法,以支持协议中的所有方法 SCNPhysicsContactDelegate

适用于