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