ScreenSpace.SetAdditionalCamera
SetAdditionalCamera(int, Camera)
Sets the additional camera at the specified index.
Remarks
NOTE: The content belonging to the ScreenSpace will not be repositioned/sized for the additional cameras. It will be rendered positioned and sized based on the TargetCamera.
Declaration
public void SetAdditionalCamera(int index, Camera cam)
Parameters
Type | Name | Description |
---|---|---|
int | index | The target index to replace. |
Camera | cam | The camera to set. |