godot-portals-plugin-csharp

Portal3D.PortalTeleportDirection enumeration

Options for the direction an object has to enter the portal to be teleported.

public enum PortalTeleportDirection

Values

name value description
Front 0 Teleport from the portals FORWARD direction.
Back 1 Teleport from the portals BACK direction.
FrontAndBack 2 Teleport from the either direction of the portal.

See Also