threedworld-mit / tdw

ThreeDWorld simulation environment
BSD 2-Clause "Simplified" License
502 stars 75 forks source link

Added ui.set_depth(id, depth) #699

Closed alters-mit closed 6 months ago

alters-mit commented 6 months ago

How to test

There is no preexisting test controller for setting a UI element's depth. You will need to write one yourself. See lessons/ui/ui.md under "Set a UI element's depth (z value)"

Changelog

Command API

New Commands

Command Description
set_ui_element_depth Set the depth of a UI element.

tdw module

Documentation

Modified Documentation

Document Modification
lessons/ui/ui.md Added a section describing how to set a UI element's depth.