// Implement this if you want to do something additional on pointer enter protected virtual void PointerEnter() { userGazingAtMe = true; timeLeftToSelect = timeNeededToSelect; selectionRadial.ShowBackground(true); }