godot-portals-plugin-csharp

Portal3D.StartDeactivated property

If the portal is not immediately visible on scene start, it can be started in disabled mode. It will not create the subviewports, saving memory.

Deactivated portals are also process disabled.

To reactivae a portal see Activate.

public bool StartDeactivated { get; set; }

See Also