C# Class UnityEngine.PlayerPrefs

Inheritance: Object
ファイルを表示 Open project: jbruening/UnEngine Class Usage Examples

Public Methods

Method Description
DeleteKey ( string key ) : void
GetString ( string key, string value ) : string
SetString ( string key, string value ) : void

Method Details

DeleteKey() public static method

public static DeleteKey ( string key ) : void
key string
return void

GetString() public static method

public static GetString ( string key, string value ) : string
key string
value string
return string

SetString() public static method

public static SetString ( string key, string value ) : void
key string
value string
return void