Skip to main content

MassiveLoop

Provides access to the Massive Loop specific APIs, Players, and other related functionalities.

Members

Static Properties

NameDescription
MassiveLoop.IsInDesktopModeIs the client running in desktop mode?
MassiveLoop.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.

Static Methods

NameDescription
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.