cocos_list_scene_nodes
Lists all nodes in a Cocos Creator scene with their IDs, names, parent-child relationships, and components for scene analysis and management.
Instructions
List every cc.Node in the scene with its id, name, parent, components, children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |