CinemachineVirtualCameraBase.LookAt Property

Cinemachine

CinemachineVirtualCameraBaseLookAt Property

Get the LookAt target for the Aim component in the CinemachinePipeline.

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

Property Value

Type: Transform

Implements

ICinemachineCameraLookAt
See Also