| Namespace: | Sirenix.OdinInspector.Editor |
| Assembly: | Sirenix.OdinInspector.Editor |
public class EditorPrefFloat : EditorPref<float>
public EditorPrefFloat(string key, float defaultValue)
| System.String | key | |
| System.Single | defaultValue |
protected override float GetValue(string key, float defaultValue)
| System.String | key | |
| System.Single | defaultValue |
| System.Single |
protected override void SetValue(string key, float value)
| System.String | key | |
| System.Single | value |