C# Class GooglePlayGames.Editor.GPGSProjectSettings

显示文件 Open project: playgameservices/play-games-plugin-for-unity Class Usage Examples

Public Methods

Method Description
Get ( string key ) : string
Get ( string key, string>.Dictionary overrides ) : string
Get ( string key, string defaultValue ) : string
GetBool ( string key ) : bool
GetBool ( string key, bool defaultValue ) : bool
Reload ( ) : void
Save ( ) : void
Set ( string key, bool val ) : void
Set ( string key, string val ) : void

Private Methods

Method Description
GPGSProjectSettings ( ) : System.Collections.Generic

Method Details

Get() public method

public Get ( string key ) : string
key string
return string

Get() public method

public Get ( string key, string>.Dictionary overrides ) : string
key string
overrides string>.Dictionary
return string

Get() public method

public Get ( string key, string defaultValue ) : string
key string
defaultValue string
return string

GetBool() public method

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

GetBool() public method

public GetBool ( string key, bool defaultValue ) : bool
key string
defaultValue bool
return bool

Reload() public static method

public static Reload ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Set() public method

public Set ( string key, bool val ) : void
key string
val bool
return void

Set() public method

public Set ( string key, string val ) : void
key string
val string
return void