PhysicsSliderJointDefinition
Create a default PhysicsSliderJoint definition.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
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.