You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/source/pages/commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3618,7 +3618,7 @@ Finds the first child of the object that respects the given criteria. Check [By]
3618
3618
| by |[By](#by-selector)| Yes | Set what criteria to use in order to find the object. |
3619
3619
| value | string | Yes | The value to which object will be compared to see if they respect the criteria or not. |
3620
3620
| cameraBy |[By](#by-selector)| No | Set what criteria to use in order to find the camera. |
3621
-
| cameraValue | string | No | The value to which all the cameras in the scene will be compared to see if they respect the criteria or not to get the camera for which the screen coordinate of the object will be calculated. If no camera is given It will search through all camera that are in the scene until some camera sees the object or return the screen coordinate of the object calculated to the last camera in the scene. |
3621
+
| cameraValue | string | No | The value to which all the cameras in the scene will be compared to see if they respect the criteria or not to get the camera for which the screen coordinates of the object will be calculated. If no camera is given It will search through all cameras that are in the scene until some camera sees the object or return the screen coordinates of the object calculated to the last camera in the scene. |
3622
3622
| enabled | boolean | No | If `true` will match only objects that are active in hierarchy. If `false` will match all objects. |
0 commit comments