Cinemachine
CinemachineBlendListCameraFollow Property |
Get the current Follow target. Returns parent's Follow if parent
is non-null and no specific Follow defined for this camera
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: TransformImplements
ICinemachineCameraFollowSee Also