DotTween 예제


using DG.Tweening;
public class MentalityStart : MonoBehaviour {
    public GameObject[] bgImages;
    void Start ()
    {
         TitlePanel.GetComponent<DOTweenAnimation>().DORestartById("UP");
          bgImages[j-1].GetComponent<DOTweenAnimation>().DOPlay();
    }

}

댓글

이 블로그의 인기 게시물

유니티 오브젝트 서서히 사라지게

WebView에서 YOUTUBE 동영상 플레이 방법