C# Class PlayerPrefsUtil

Show file Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Methods

Method Description
GetBool ( string key ) : bool
SetBool ( string key, bool value ) : void

Private Methods

Method Description
BoolToInt ( bool value ) : int
IntToBool ( int value ) : bool

Method Details

GetBool() public static method

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

SetBool() public static method

public static SetBool ( string key, bool value ) : void
key string
value bool
return void