Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsRelativeJoint(PhysicsJoint)

Create a PhysicsRelativeJoint from the specified base joint. The provided joint must be a joint type of PhysicsJoint.JointType.RelativeJoint.
Read time 1 minuteLast updated 13 days ago

Definition

public PhysicsRelativeJoint(PhysicsJoint physicsJoint)

Parameters

physicsJoint

The base joint to cast.