- Functions for interacting with Box2D.
Static methods
staticgetBody(url:HashOrStringOrUrl):B2Body
- Get the Box2D body from a collision object
Parameters:
url | The url to the game object collision component. |
|---|
Returns:
The body if successful. Otherwise Null.