| Namespace: | Sirenix.OdinInspector.Editor.Drawers |
| Assembly: | Sirenix.OdinInspector.Editor |
public class DictionaryDrawer<TDictionary, TKey, TValue> : OdinValueDrawer<TDictionary>, IDisposable where TDictionary : IDictionary<TKey, TValue>
public DictionaryDrawer()
protected override bool CanDrawValueProperty(InspectorProperty property)
| InspectorProperty | property |
| System.Boolean |
public void Dispose()
protected override void DrawPropertyLayout(GUIContent label)
| UnityEngine.GUIContent | label |
protected override void Initialize()