|
|
|
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using RMGUI.GraphView; |
|
|
|
using UIElements.GraphView; |
|
|
|
using UnityEngine; |
|
|
|
using UnityEditor.Graphing.Util; |
|
|
|
|
|
|
|
namespace UnityEditor.Graphing.Drawing |
|
|
|
{ |
|
|
|
|
|
|
container.AddChild(new TitleBarButtonDrawer(itemPresenter)); |
|
|
|
} |
|
|
|
|
|
|
|
protected override object toWatch |
|
|
|
protected override Object[] toWatch |
|
|
|
get { return dataProvider; } |
|
|
|
get { return new Object[]{dataProvider}; } |
|
|
|
} |
|
|
|
} |
|
|
|
} |