yuyang9119 / UnityAssetStoreSupport

If you run into any issues using my assets, please submit feedback here.
4 stars 0 forks source link

控制TweenPlayer.enable 动画是暂停跟继续播放 怎么样让他重新播放? #27

Open YamChark opened 2 years ago

YamChark commented 2 years ago

有没有play pause resume stop之类的借口?

yuyang9119 commented 2 years ago

只需要简单的设置 normalizedTime = 0f 然后再 enable 即可。