Version 3.1.11.0

ProjectSettingFloat class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public sealed class ProjectSettingFloat : ProjectSetting<float>, IProjectSetting
Inheritance

Constructors

ProjectSettingFloat()
public ProjectSettingFloat()

Methods

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

System.Single defaultValue

Returns
System.Single

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

System.Single value