openStudioConnector
Description
Opens the Studio Connector overlay, which connects Lucy Studio to the app that is currently running. (A tool for development and debugging.)
Parameters
None
Returns
void
Notes
- This is a development tool for checking the connection with Lucy Studio, or reconnecting to it, while you build your app.
Example
// Open the Studio Connector overlay from the developer menu
$app.openStudioConnector();