Version 3.3.0.2

AttributeStateUpdater<TAttribute, TValue> class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public abstract class AttributeStateUpdater<TAttribute, TValue> : AttributeStateUpdater<TAttribute> where TAttribute : Attribute
Inheritance

Type Parameters

TAttribute

TValue

Constructors

AttributeStateUpdater()
protected AttributeStateUpdater()

Properties

ValueEntry
Gets the strongly typed ValueEntry of the OdinAttributeStateUpdater's property.
public IPropertyValueEntry<TValue> ValueEntry { get; }