Sets the camera's orientation and position to focus on the specified target.
The target object, or 'all' to frame all objects.
Optional
Optional forward direction after framing.
Moves the camera along a specified axis by a given amount.
The amount to move the camera.
The axis along which to move the camera ('X', 'Y', or 'Z').
Moves the camera in a specified 2D direction within a plane defined by the given axes.
The 2D vector representing the direction of movement.
The axes defining the plane of movement ('XY' or 'XZ').
Moves the camera by the specified 3D vector.
The 3D vector representing the direction and distance of movement.
Orbits the camera around its target by the given angle while maintaining the distance.
Orbits the camera around its target to align with the given direction.
The direction towards which the camera should be oriented.
Resets the camera to its last saved position and orientation.
Rotates the camera by the specified angles.
The 2D vector representing the rotation angles around the X and Y axes.
Moves both the camera and its target to the given positions.
The new position of the camera.
The new position of the target (optional).
Sets the distance between the camera and its target to the specified value.
The new distance between the camera and its target.
Rotates the camera without moving so that it looks at the specified target.
The target object or position to look at.
Changes the distance between the camera and its target by a specified factor.
The factor by which to change the distance (e.g., 0.5 for halving the distance, 2 for doubling the distance).
Sets the camera's orientation and position to focus on the specified target.