Gamebase SDK for Unity  1.1.5
Toast Gamebase Platform

◆ IsSandbox()

static bool IsSandbox ( )
static

Return whether this project is sandbox mode or not.

Returns
Boolean value whether this project is sandbox mode.

This sample shows how to call the Gamebase.IsSandbox method.

public void IsSandbox()
{
bool isSandbox = Gamebase.IsSandbox();
}