namespace ML.SDK
Enum
PortalBehavior
namespace ML.SDK
{
enum PortalBehavior
}
Fields
Field | Description |
---|---|
Create | Will create a new instance and join it every time. This is not a recommended portal behavior. Use JoinAny instead. |
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. |
JoinSpecific | Will join a specific instance with given instance id. Use this only if you are addressing to an persistence instance. |