Skip to content

Commit 7cf2b6b

Browse files
Grammar improvements (#1738)
1 parent d66091b commit 7cf2b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/source/pages/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3618,7 +3618,7 @@ Finds the first child of the object that respects the given criteria. Check [By]
36183618
| by | [By](#by-selector) | Yes | Set what criteria to use in order to find the object. |
36193619
| value | string | Yes | The value to which object will be compared to see if they respect the criteria or not. |
36203620
| 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. |
36223622
| enabled | boolean | No | If `true` will match only objects that are active in hierarchy. If `false` will match all objects. |
36233623

36243624
**_Returns_**

0 commit comments

Comments
 (0)