Exemple #1
0
 public EditorUIEvents(UIEventsAggregator aggregator) : base(aggregator)
 {
 }
Exemple #2
0
 public void Init()
 {
     UIEventsAggregator = new UIEventsAggregator(Editor.Input, Game.HitTest, Editor.Events, Editor.State.FocusedUI);
 }