Update README.md

This commit is contained in:
Vlad Rud 2022-06-05 22:44:51 +03:00 committed by GitHub
parent 7055e73395
commit d0c06cd06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -16,5 +16,10 @@ It can search through the children of selected node to find a Camera node (disab
There's 3 search modes that can help to find a Camera node in the children of the selected node:
- **Disabled** - only selected node is checked
- **By name** - used `find_node` method with defined search mask (_"Camera*"_ by default)
- **By name** - uses `find_node` method with defined search mask (_"Camera*"_ by default)
- **By class** - recursively checking all children for type **Camera** (Not tested well, may not work with instantiated packed scenes)
https://user-images.githubusercontent.com/18103556/172067736-6ec689b5-15ab-4848-8d85-b2a71b527c71.mp4