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