private void Update() { //Deselect Deselection(); //Generate and Check Ray _selector.Check_Ray(_RayProvider.Create_Ray()); Current_Selection = _selector.GetSelection(); //Select Selection(); }