BabylonJS / Babylon.js

Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.
http://www.babylonjs.com
Apache License 2.0
23.09k stars 3.41k forks source link

[Screen Reader Support] Allow user to select which GUI Controls will be rendered in the Twin Tree #13865

Closed carolhmj closed 1 year ago

carolhmj commented 1 year ago

Related forum issue: https://forum.babylonjs.com/t/accessibility-package-confusion-in-the-docs/40752/8

Currently, when a twin tree is rendered, all of the GUI Controls on the Scene are reflected by default. We should add a method so the user can select which controls they want to be rendered (possibly an option in IAccessibilityTag)?

gabrieljbaker commented 1 year ago

This would be great @carolhmj ! To have the option to go from a fresh slate and only add the tag to the items I want in the twin tree would be perfect.