Version 3.3.0.2

EditorPrefString class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class EditorPrefString : EditorPref<string>
Inheritance
  • System.Object
  • EditorPref<System.String>
  • EditorPrefString

Constructors

EditorPrefString(String, String)
public EditorPrefString(string key, string defaultValue)
Parameters
System.String key

System.String defaultValue

Methods

GetValue(String, String)
protected override string GetValue(string key, string defaultValue)
Parameters
System.String key

System.String defaultValue

Returns
System.String

SetValue(String, String)
protected override void SetValue(string key, string value)
Parameters
System.String key

System.String value