scene-disable-arcade-physics-body
Removes the Arcade physics body from designated game objects in a Phaser scene.
Instructions
Removes the Arcade physics body from the given game objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | The IDs of the game objects to remove the Arcade physics body from. | |
| 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`. |