Field m_LookAt
The object that the camera wants to look at (the Aim target). The Aim component of the CinemachineComponent pipeline will refer to this target and orient the vcam in accordance with rules and settings that are provided to it. If this is null, then the vcam's Transform orientation will be used.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[Tooltip("The object that the camera wants to look at (the Aim target). If this is null, then the vcam's Transform orientation will define the camera's orientation.")]
public Transform m_LookAt
반환
타입 | 설명 |
---|---|
Transform |