A function defined in PEd_physicsWorld.gml
PEd_PhysicsWorldCreate(_enabled, _gravityX, _gravityY, _pxToM)
Creates a physics world.
Name | Type | Description |
---|---|---|
_enabled | Bool |
True to enable physics. |
_gravityX | Real |
The gravity on the x axis. |
_gravityY | Real |
The gravity on the y axis. |
_pxToM | Real |
Pixel to meter ratio. |
Id.DsMap
The physics world.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.