示例#1
0
        public override void Play(bool playForward)
        {
            base.Play(playForward);
            CachedImage.fillAmount = From;

            this.m_uiTweener = CachedImage.DOFillAmount(To, Duration);

            PlayInternal();
        }