Method GetVirtualCamera
GetVirtualCamera(int)
Access the array of active ICinemachineCamera in the scene without gebnerating garbage
선언
public CinemachineVirtualCameraBase GetVirtualCamera(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | Index of the camera to access, range 0-VirtualCameraCount |
반환
타입 | 설명 |
---|---|
CinemachineVirtualCameraBase | The virtual camera at the specified index |