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