This component allows a physics object to slow down in midair using drag based on the state of a key, or by receiving Messages.
Rigidbody
myRigidbodyWhich rigidbody are we affecting?
float
brakingDragWhat should the drag be changed to while air braking?
Default value: 10.0f
Causes the drag on this Rigidbody to increase to ’Braking Drag’
Causes the drag on this Rigidbody to return to the value set on the Rigidbody
Rigidbody
myRigidbodyWhich rigidbody are we affecting?
float
brakingDragWhat should the drag be changed to while air braking?
Default value: 10.0f
Causes the drag on this Rigidbody to increase to ’Braking Drag’
Causes the drag on this Rigidbody to return to the value set on the Rigidbody