Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ IsSandbox()

static bool IsSandbox ( )
static

Returns whether this project is sandbox mode or not.

Since
Added 1.4.0.
Returns
Bool value whether this project is sandbox mode.

Example Usage :

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