Gets the launching state.
public void GetLaunchingStatusSample()
{
Debug.Log(string.Format("launchingStatus:{0}", launchingStatus));
}
static int GetLaunchingStatus()
Gets the launching state.
Definition Gamebase.cs:2025
The Launching class contains several informations that is received from the server after application ...
Definition Gamebase.cs:1990
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11