Contents

SKPhysicsJoint

The abstract superclass for objects that connect physics bodies.

Declaration

class SKPhysicsJoint

Mentioned in

Overview

An SKPhysicsJoint object connects two physics bodies so that they are simulated together by the physics world. You never instantiate objects of this class directly; instead, you instantiate one of the subclasses that defines the kind of joint you want to make.

Topics

Connecting Bodies with Joints

Disconnecting Bodies from Joints

Accessing or Setting a Joint’s Bodies

Reading the Stress and Speed that Are Currently Applied to a Joint

Initializers

See Also

Physics Joints