CinemachineStateDrivenCamera.ChildCameras Property

Cinemachine

CinemachineStateDrivenCameraChildCameras Property

The list of child cameras. These are just the immediate children in the hierarchy.

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