Enum CinemachineAutoFocus.FocusTrackingMode
The reference object for focus tracking
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineAutoFocus.FocusTrackingMode
Fields
| Name | Description |
|---|---|
| Camera | Focus offset is relative to the camera |
| CustomTarget | Focus offset is relative to the Custom target set here |
| FollowTarget | Focus offset is relative to the Follow target |
| LookAtTarget | Focus offset is relative to the LookAt target |
| None | No focus tracking |
| ScreenCenter | HDRP only: Focus will be on whatever is located in the depth buffer. at the center of the screen |