godot-portals-plugin-csharp

Portal3D.PlayerCamera field

Set this to manually override the main camera of the scene. By default it’s inferred as the camera rendering the parent viewport of the portal.

You may need to set this if your game uses multiple SubViewports.

public Camera3D PlayerCamera;

See Also