Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsSliderJoint(PhysicsJoint)

Create a PhysicsSliderJoint from the specified base joint. The provided joint must be a joint type of PhysicsJoint.JointType.SliderJoint.
Read time 1 minuteLast updated 12 days ago

Definition

public PhysicsSliderJoint(PhysicsJoint physicsJoint)

Parameters

physicsJoint

The base joint to cast.