Skip to main content

PortalBehavior

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

Elements

ElementDescription
PortalBehavior.CreateWill create a new instance and join it every time. This is not a recommended portal behavior. Use JoinAny instead.
PortalBehavior.JoinAnyWill 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.JoinSpecificWill join a specific instance with given instance id. Use this only if you are addressing to an persistence instance.