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.

  1. double weight [@property getter]
  2. double weight [@property setter]
    struct RigidBody
    @nogc nothrow @property
    void
    weight
    (
    double v
    )

Meta