Physics2D
Type | Name | Interface Description |
---|---|---|
Variables | gravity : Vector2f | Global Gravity |
Example
APJS.Physics2D.gravity = new APJS.Vector2f(0, -20);
Type | Name | Interface Description |
---|---|---|
Variables | gravity : Vector2f | Global Gravity |
APJS.Physics2D.gravity = new APJS.Vector2f(0, -20);