public void ShowLoadingScreen() { if (isOnScreen) { return; } loadingScreen.Move(); isOnScreen = true; }
public void Show() { tweenGroup.Move(); }
//public bool enableAnimation = true; //public bool isOnScreen = false; #region IPointerEnterHandler implementation public void OnPointerEnter(PointerEventData eventData) { animationGroup.Move(); }