C# Class PlayerPrefsBool, Team4BabelGame

Inheritance: MonoBehaviour
显示文件 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