Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsIgnoreJoint(PhysicsJoint)

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

Definition

public PhysicsIgnoreJoint(PhysicsJoint physicsJoint)

Parameters

physicsJoint

The base joint to cast.