Provides access to the Massive Loop specific APIs, Players, and other related functionalities.
Members
Static Properties
Name | Description |
---|
MassiveLoop .IsInDesktopMode | Is the client running in desktop mode? |
MassiveLoop .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. |
Static Methods
Name | Description |
---|
MassiveLoop .GetLocalPlayer() | Accesses the local player. |
MassiveLoop .OpenURL(url) | Opens the provided URL in the Massive Loop internal browser. |
MassiveLoop .OpenURLExternal(url) | Opens the provided URL in the system default (external) browser. |