Function RigidBody2D.gravityScale
Multiplies the gravity applied to the body. The body's gravity is calculated from the Default Gravity value in Project > Project Settings > Physics > 2d and/or any additional gravity vector applied by Area2D
s.
double gravityScale() nothrow @property @nogc;
void gravityScale
(
double v
) nothrow @property @nogc;