private OdinSelector <DelegateInfo> CreateSelector(Rect arg) { arg.xMin -= arg.width; var info = this.GetDelegateInfo(); var sel = new MethodSelector(info.Target, tempType); sel.SetSelection(info); sel.ShowInPopup(arg); return(sel); }