CinemachineBlendListCamera.LiveChild Property

Cinemachine

CinemachineBlendListCameraLiveChild Property

Get the current "best" child virtual camera, that would be chosen if the State Driven Camera were active.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public ICinemachineCamera LiveChild { get; set; }
function get_LiveChild();
function set_LiveChild(value);

Property Value

Type: ICinemachineCamera
See Also