Version 3.3.0.2

ProjectSettingKeyAttribute class

Namespace: Sirenix.OdinInspector.Editor.Internal
Assembly: Sirenix.OdinInspector.Editor
public class ProjectSettingKeyAttribute : Attribute, _Attribute
Inheritance
  • System.Object
  • System.Attribute
  • ProjectSettingKeyAttribute

Constructors

ProjectSettingKeyAttribute(String, Object)
public ProjectSettingKeyAttribute(string key, object defaultValue)
Parameters
System.String key

System.Object defaultValue

Fields

DefaultValue
public readonly object DefaultValue
Key
public readonly string Key