scene-enable-arcade-physics-body
Add an Arcade physics body to specified game objects in a Phaser scene. Required before setting physics body properties.
Instructions
Adds an Arcade physics body to the given game objects. To set the physics body properties you first have to create the body with this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | The `id` of the scene. The `id` is not the name of the scene, else a unique identifier is set in the scene data. You need to read the scene data to get the `id`. | |
| updates | Yes |