Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from SceneKit.framework SCNPhysicsContact.h }
{$ifdef TYPES}
type
SCNPhysicsContactPtr = ^SCNPhysicsContact;
{$endif}
{$ifdef CLASSES}
type
SCNPhysicsContact = objcclass external (NSObject)
private
_reserved: id;
public
function nodeA: SCNNode; message 'nodeA';
function nodeB: SCNNode; message 'nodeB';
function contactPoint: SCNVector3; message 'contactPoint';
function contactNormal: SCNVector3; message 'contactNormal';
function collisionImpulse: CGFloat; message 'collisionImpulse';
function penetrationDistance: CGFloat; message 'penetrationDistance';
end;
{$endif}