ISCNPhysicsContactDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate object functions responding to touches between SCNPhysicsBody objects..
[Foundation.Protocol(Name="SCNPhysicsContactDelegate", WrapperType=typeof(SceneKit.SCNPhysicsContactDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginContact", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNPhysicsWorld), typeof(SceneKit.SCNPhysicsContact) }, Selector="physicsWorld:didBeginContact:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateContact", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNPhysicsWorld), typeof(SceneKit.SCNPhysicsContact) }, Selector="physicsWorld:didUpdateContact:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndContact", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNPhysicsWorld), typeof(SceneKit.SCNPhysicsContact) }, Selector="physicsWorld:didEndContact:")]
public interface ISCNPhysicsContactDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SCNPhysicsContactDelegate", WrapperType=typeof(SceneKit.SCNPhysicsContactDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginContact", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNPhysicsWorld), typeof(SceneKit.SCNPhysicsContact) }, Selector="physicsWorld:didBeginContact:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateContact", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNPhysicsWorld), typeof(SceneKit.SCNPhysicsContact) }, Selector="physicsWorld:didUpdateContact:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndContact", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SceneKit.SCNPhysicsWorld), typeof(SceneKit.SCNPhysicsContact) }, Selector="physicsWorld:didEndContact:")>]
type ISCNPhysicsContactDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| DidBeginContact(SCNPhysicsWorld, SCNPhysicsContact) | |
| DidEndContact(SCNPhysicsWorld, SCNPhysicsContact) | |
| DidUpdateContact(SCNPhysicsWorld, SCNPhysicsContact) | |