Cinemachine
![]() | CinemachineCoreGetVirtualCamera Method |
Access the array of active ICinemachineCamera in the scene
without gebnerating garbage
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

public ICinemachineCamera GetVirtualCamera( int index )
function GetVirtualCamera(index);
Parameters
- index
- Type: SystemInt32
Index of the camera to access, range 0-VirtualCameraCount
Return Value
Type: ICinemachineCameraThe virtual camera at the specified index
