| Namespace: | Sirenix.OdinInspector.Editor.Internal |
| Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProjectSettingString : ProjectSetting<string>, IProjectSetting
public ProjectSettingString()
protected override string Draw(Rect rect, string value, GUIContent label)
| UnityEngine.Rect | rect | |
| System.String | value | |
| UnityEngine.GUIContent | label |
| System.String |
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 |