Reports the type of network.
public void GetNetworkTypeSample()
{
Debug.Log(string.Format("networkType:{0}", networkType));
}
static GamebaseNetworkType GetNetworkType()
Reports the type of network.
Definition Gamebase.cs:3052
The Network class indicates Network status.
Definition Gamebase.cs:3031
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11