Skip to content

Api > PortalBehavior


PortalBehavior⚓︎

Defines how a portal should behave in terms of instances of the world.

Elements⚓︎

Element Description
PortalBehavior.Create Will create a new instance and join it every time. This is not a recommended portal behavior. Use JoinAny instead.
PortalBehavior.JoinAny Will try to join any available instance of the world in defined region. It will create a new instance if no none is available. This is the recommended behavior for any portal.
PortalBehavior.JoinSpecific Will join a specific instance with given instance id. Use this only if you are addressing to an persistence instance.