CinemachineVirtualCamera.Follow Property

Cinemachine

CinemachineVirtualCameraFollow Property

Get the Follow target for the Body component in the CinemachinePipeline. If this vcam is a part of a meta-camera collection, then the owner's target will be used if the local target is null.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override Transform Follow { get; set; }
function get_Follow();
function set_Follow(value);

Property Value

Type: Transform

Implements

ICinemachineCameraFollow
See Also