The Root object didn't have a mechanism to clear/remove the actor, light, or model. This PR adds a Clear function that similar to the other Clear functions.
Test it
Tests have been added.
Checklist
[x] Signed all commits for DCO
[x] Added tests
[ ] Added example and/or tutorial
[x] Updated documentation (as needed)
[ ] Updated migration guide (as needed)
[x] Consider updating Python bindings (if the library has them)
[ ] While waiting for a review on your PR, please help review another open pull request to support the maintainers
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.
🎉 New feature
Summary
The Root object didn't have a mechanism to clear/remove the actor, light, or model. This PR adds a
Clear
function that similar to the otherClear
functions.Test it
Tests have been added.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.