Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

Rigidbody2D.gravityScale

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public float gravityScale;

Description

The degree to which this object is affected by gravity.

In 2D physics, the gravity is a global setting in the Physics2D class but you can also control the proportion of that gravity applied to each object individually using gravityScale. For example, it may be easier to implement a flying character by turning off its gravity rather than simulating the forces that keep it aloft.

See Also: Physics2D.gravity.

Did you find this page useful? Please give it a rating: