gravity property

Vector3 gravity
getter/setter pair

World-space acceleration applied to every dynamic body each step.

Implementation

Vector3 gravity = Vector3(0, -9.81, 0);