Share via


SCNPhysicsContactEventArgs(SCNPhysicsContact) Constructor

Definition

Create a new instance of the SCNPhysicsContactEventArgs with the specified event data.

public SCNPhysicsContactEventArgs(SceneKit.SCNPhysicsContact contact);
new SceneKit.SCNPhysicsContactEventArgs : SceneKit.SCNPhysicsContact -> SceneKit.SCNPhysicsContactEventArgs

Parameters

contact
SCNPhysicsContact

The value for the Contact property.

Applies to