-
Notifications
You must be signed in to change notification settings - Fork 50
Update SceneGraph Inspector to use new method for building tree and other improvements #661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hey there! I just built a new version of the vscode extension based on 6376c27. You can downloaded the .vsix here and then follow these installation instructions. |
|
Hey there! I just built a new version of the vscode extension based on f23ad18. You can downloaded the .vsix here and then follow these installation instructions. |
|
Hey there! I just built a new version of the vscode extension based on 3b54f12. You can downloaded the .vsix here and then follow these installation instructions. |
… in device view when it might block mouse movement, fix bugs in appUI conversion
|
Hey there! I just built a new version of the vscode extension based on 9765027. You can downloaded the .vsix here and then follow these installation instructions. |
|
Hey there! I just built a new version of the vscode extension based on 9102e60. You can downloaded the .vsix here and then follow these installation instructions. |
This PR updates the SceneGraph Inspector to use Roku's provided app-ui API for getting the node tree instead of using RTA's storeNodeReferences. Due to lower overhead of app-ui, we now have the option to have the node tree update automatically. Some other improvements and bug fixes have also been included. One of the biggest improvements is the ability to access more than one node at a given coordinate position.