ScreenSpace.AddAdditionalCamera
AddAdditionalCamera(Camera)
Adds an additional camera to render to, appending to the end of the list.
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 AddAdditionalCamera(Camera cam)
Parameters
Type | Name | Description |
---|---|---|
Camera | cam | The camera to add. |