Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsFixedJoint(PhysicsJoint)

Create a PhysicsFixedJoint from the specified base joint. The provided joint must be a joint type of PhysicsJoint.JointType.FixedJoint.
Read time 1 minuteLast updated 11 days ago

Definition

public PhysicsFixedJoint(PhysicsJoint physicsJoint)

Parameters

physicsJoint

The base joint to cast.