Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayerPrefsBool
C# Class PlayerPrefsBool, Team4BabelGame
Inheritance:
MonoBehaviour
Show file
Open project: veselin-/Team4BabelGame
Class Usage Examples
Public Methods
Method
Description
GetBool
(
string
name
) :
bool
SetBool
(
string
name
,
bool
booleanValue
) :
void
Method Details
GetBool()
public
static
method
public
static
GetBool
(
string
name
) :
bool
name
string
return
bool
SetBool()
public
static
method
public
static
SetBool
(
string
name
,
bool
booleanValue
) :
void
name
string
booleanValue
bool
return
void