ScreenSpace.GetAdditionalCamera
GetAdditionalCamera(int)
Gets the additional camera at the specified index.
Declaration
public Camera GetAdditionalCamera(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index to retrieve. |
Returns
Type | Description |
---|---|
UnityEngine.Camera | The camera at the target index, or null if the index was invalid. |