Version 3.3.0.1

DictionaryDrawer<TDictionary, TKey, TValue> class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class DictionaryDrawer<TDictionary, TKey, TValue> : OdinValueDrawer<TDictionary>, IDisposable where TDictionary : IDictionary<TKey, TValue>
Property drawer for System.Collections.Generic.IDictionary`2.
Inheritance

Type Parameters

TDictionary

TKey

TValue

Constructors

DictionaryDrawer()
public DictionaryDrawer()

Methods

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

Returns
System.Boolean

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

Initialize()
protected override void Initialize()
Extension Methods