C# Class PlayerPrefsX, Space-Rush2

显示文件 Open project: M4R774/Space-Rush2 Class Usage Examples

Public Methods

Method Description
GetBool ( string name ) : bool
GetBool ( string name, bool defaultValue ) : bool
SetBool ( string name, bool booleanValue ) : void

Method Details

GetBool() public static method

public static GetBool ( string name ) : bool
name string
return bool

GetBool() public static method

public static GetBool ( string name, bool defaultValue ) : bool
name string
defaultValue bool
return bool

SetBool() public static method

public static SetBool ( string name, bool booleanValue ) : void
name string
booleanValue bool
return void