//Link debugmenu scrollbar to the singleton public void SetupScrollBar(UIScrollBar scroll) { scrollBar = scroll; scrollBar.onInteraction += UpdatePos; SetStep(); }