godot-portals-plugin-csharp

Portal3D.IsTeleport property

If true, the portal is also a teleport.

If false, the portal is visual-only.

This is for use in the editor, for runtime teleport toggling, see Activate and Deactivate

public bool IsTeleport { get; set; }

See Also