Put() 공개 메소드

Puts the value identifying it by a key
public Put ( string key, string value ) : void
key string identifier
value string value to be stored
리턴 void
 public void SetValue(string key, string value, ApplicationSettingsMode mode)
 {
     var kvStore = new PlayerPreferenceKVStore();
     kvStore.Put(key, value);
 }