CinemachineBlendListCamera.LookAt Property

Cinemachine

CinemachineBlendListCameraLookAt Property

Get the current LookAt target. Returns parent's LookAt if parent is non-null and no specific LookAt defined for this camera

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override Transform LookAt { get; set; }
function get_LookAt();
function set_LookAt(value);

Property Value

Type: Transform

Implements

ICinemachineCameraLookAt
See Also