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