Function RigidBody.weight

The body's weight based on its mass and the global 3D gravity. Global values are set in Project > Project Settings > Physics > 3d.

double weight() nothrow @property @nogc;

void weight (
  double v
) nothrow @property @nogc;