Open gregmax17 opened 7 years ago
Is there a way to access the current selected object via console? Similar to how this PixiJS behaves: https://chrome.google.com/webstore/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon?hl=en
You can access the selected object via variable $pixi in the console. Maybe this can be implemented if its not already?
$pixi
Is there a way to access the current selected object via console? Similar to how this PixiJS behaves: https://chrome.google.com/webstore/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon?hl=en
You can access the selected object via variable
$pixi
in the console. Maybe this can be implemented if its not already?