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);
World-space acceleration applied to every dynamic body each step.
Vector3 gravity = Vector3(0, -9.81, 0);