CinemachineMixingCamera.ChildCameras Property

Cinemachine

CinemachineMixingCameraChildCameras Property

Get the cached list of child cameras. These are just the immediate children in the hierarchy. Note: only the first entries of this list participate in the final blend, up to MaxCameras

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public CinemachineVirtualCameraBase[] ChildCameras { get; }
function get_ChildCameras();

Property Value

Type: CinemachineVirtualCameraBase
See Also