PhysicsSliderJointDefinition
Create a default PhysicsSliderJoint definition.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
PhysicsSliderJointDefinition()
Create a default PhysicsSliderJoint definition.
public PhysicsSliderJointDefinition()
PhysicsSliderJointDefinition(bool)
Create a default PhysicsSliderJoint definition.
public PhysicsSliderJointDefinition(bool useSettings)
Parameters
Controls whether the default settings come from the physics settings or not.