Returns whether this project is sandbox mode or not.
public void IsSandboxSample()
{
Debug.Log(string.Format("isSandbox:{0}", isSandbox));
}
static bool IsSandbox()
Returns whether this project is sandbox mode or not.
Definition: Gamebase.cs:1970
The Gamebase class is core of Gamebase service.
Definition: Gamebase.cs:11