Update README.md
This commit is contained in:
parent
7055e73395
commit
d0c06cd06d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue