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