godot-portals-plugin-csharp

Portal3D.Deactivate method

Disables all processing and hides the portal. Optionally destroys the viewports, freeing memory.

public void Deactivate(bool destroyViewports = false)
parameter description
destroyViewports Optionally destroy the viewports to free memory.

See Also