Version 3.3.0.1

OnCollectionChangedAttributeDrawer class

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

Constructors

OnCollectionChangedAttributeDrawer()
public OnCollectionChangedAttributeDrawer()

Methods

CanDrawAttributeProperty(InspectorProperty)
protected override bool CanDrawAttributeProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

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

Initialize()
protected override void Initialize()
Extension Methods