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
Property | Desciption |
---|---|
IsInDesktopMode | Is the client running in desktop mode? |
IsLocalMode | True 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. |
IsEditor | True if the massive loop API is used while in Unity Editor. |
IsMasterClient | True if the current client is the master client. |
Static Methods
Method | Description |
---|---|
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() |