Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProjectSettingString : ProjectSetting<string>, IProjectSetting
public ProjectSettingString()
protected override string GetLocalValue(string key, string defaultValue)
System.String | key | |
System.String | defaultValue |
System.String |
protected override void SetLocalValue(string key, string value)
System.String | key | |
System.String | value |