Version 3.3.0.1

AttributeStateUpdater<TAttribute> class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public abstract class AttributeStateUpdater<TAttribute> : StateUpdater where TAttribute : Attribute
Inheritance
  • System.Object
  • StateUpdater
  • AttributeStateUpdater<TAttribute>

Type Parameters

TAttribute

Constructors

AttributeStateUpdater()
protected AttributeStateUpdater()

Properties

Attribute
Gets the attribute that the OdinAttributeStateUpdater applies to.
public TAttribute Attribute { get; }