Version 3.3.0.1

EditorPrefFloat class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class EditorPrefFloat : EditorPref<float>
Inheritance
  • System.Object
  • EditorPref<System.Single>
  • EditorPrefFloat

Constructors

EditorPrefFloat(String, Single)
public EditorPrefFloat(string key, float defaultValue)
Parameters
System.String key

System.Single defaultValue

Methods

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

System.Single defaultValue

Returns
System.Single

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

System.Single value