Call Cocos Editor Bridge
cocos_local_call_editor_bridgeSend HTTP requests to the Cocos Creator editor's local bridge to retrieve scene data or verify editor health for automation.
Instructions
Call the localhost HTTP bridge exposed by the Cocos editor extension after it is enabled in Cocos Creator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| port | No | ||
| route | No | HTTP route exposed by the editor bridge, such as /health or /scene/summary. | /health |
| method | No | GET | |
| timeoutMs | No |