Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public sealed class ProjectSettingFloat : ProjectSetting<float>, IProjectSetting
public ProjectSettingFloat()
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 |