Chipmunk
.gravitystatic var gravity : Vector2
The amount of gravity to use.
This is an alias for Unity's built in Physics.gravity
value. Chipmunk will be initialized with the value of Physics.gravity
, and setting Chipmunk.gravity
will change Physics.gravity
.