Rasagar/Library/PackageCache/com.unity.cinemachine/Documentation~/CinemachineVirtualCameraAim.md
2024-08-26 23:07:20 +03:00

14 lines
898 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Aim properties
Use the Aim properties to specify how to rotate the Virtual Camera. To change the cameras position, use the [Body properties](CinemachineVirtualCameraBody.md).
![Aim properties, with the Composer algorithm (red)](images/CinemachineAim.png)
* [__Do Nothing__](CinemachineAimDoNothing.md): Do not procedurally rotate the Virtual Camera.
- [__Composer__](CinemachineAimComposer.md): Keep the __Look At__ target in the camera frame.
- [__Group Composer__](CinemachineAimGroupComposer.md): Keep multiple __Look At__ targets in the camera frame.
- [__Hard Look At__](CinemachineAimHardLook.md): Keep the __Look At__ target in the center of the camera frame.
- [__POV__](CinemachineAimPOV.md): Rotate the Virtual Camera based on the users input.
- [__Same As Follow Target__](CinemachineAimSameAsFollow.md): Set the cameras rotation to the rotation of the __Follow__ target.