| Namespace: | Sirenix.OdinInspector.Editor.Internal |
| Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProjectSettingFloat : ProjectSetting<float>, IProjectSetting
public ProjectSettingFloat()
protected override float Draw(Rect rect, float value, GUIContent label)
| UnityEngine.Rect | rect | |
| System.Single | value | |
| UnityEngine.GUIContent | label |
| System.Single |
protected override float GetLocalValue(string key, float defaultValue)
| System.String | key | |
| System.Single | defaultValue |
| System.Single |
protected override void SetLocalValue(string key, float value)
| System.String | key | |
| System.Single | value |