mirror of
https://github.com/nefrace/godot-camera-preview.git
synced 2025-06-30 22:57:16 +03:00
Update README.md
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user