C# Class UnityEngine.PlayerPrefs

Inheritance: Object
Afficher le fichier Open project: jbruening/UnEngine Class Usage Examples

Méthodes publiques

Méthode Description
DeleteKey ( string key ) : void
GetString ( string key, string value ) : string
SetString ( string key, string value ) : void

Method Details

DeleteKey() public static méthode

public static DeleteKey ( string key ) : void
key string
Résultat void

GetString() public static méthode

public static GetString ( string key, string value ) : string
key string
value string
Résultat string

SetString() public static méthode

public static SetString ( string key, string value ) : void
key string
value string
Résultat void