Skip to main content
namespace ML.SDK
Class | Static

MassiveLoopClient


namespace ML.SDK
{
static class MassiveLoopClient
}

Summary

Provides access to information about current client and it's related functionalities.

Properties

PropertyDesciption
IsInDesktopModeIs the client running in desktop mode?
IsLocalModeTrue if the massive loop browser is in local mode. The local mode is when the browser is launched by the SDK editor tool to test the world locally without uploading it.This parameter can used to perform specific actions in local mode such as Debug.Log calls or other automated tests. Local mode is never true during the normal operation.
IsEditorTrue if the massive loop API is used while in Unity Editor.
IsMasterClientTrue if the current client is the master client.

Static Methods

MethodDescription
GetLocalPlayer()Accesses the local player. Deprecated, use MassiveLoopRoom instead.
OpenURL(string)Opens the provided URL in the Massive Loop internal browser.
OpenURLExternal(string)Opens the provided URL in the system default (external) browser.
Boo()