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));
}
Toast.Gamebase.Gamebase.IsSandbox
static bool IsSandbox()
Returns whether this project is sandbox mode or not.
Definition
Gamebase.cs:1941
Toast.Gamebase.Gamebase
The Gamebase class is core of Gamebase service.
Definition
Gamebase.cs:11
Toast
Gamebase
Gamebase
Generated by
1.10.0