public override void Play(bool playForward) { base.Play(playForward); CachedImage.fillAmount = From; this.m_uiTweener = CachedImage.DOFillAmount(To, Duration); PlayInternal(); }