private void UpdateRoot(RootController root) { currentRoot?.Disable(); currentRoot = root; currentRoot.Enable(); }