Version 3.3.0.1

OnValueChangedAttributeDrawer<T> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(DrawerPriorityLevel.SuperPriority)]
public sealed class OnValueChangedAttributeDrawer<T> : OdinAttributeDrawer<OnValueChangedAttribute, T>, IDisposable
Draws properties marked with OnValueChangedAttribute.
Inheritance

Type Parameters

T

Constructors

OnValueChangedAttributeDrawer()
public OnValueChangedAttributeDrawer()

Methods

Dispose()
public void Dispose()
DrawPropertyLayout(GUIContent)
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods