Gamebase SDK for Unity  2.3.0
Toast Gamebase Platform

◆ 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 IsSandbox()
{
bool isSandbox = Gamebase.IsSandbox();
}