Pinned Loading
-
DOTween Tweens Queue
DOTween Tweens Queue 1public class TweenQueuer : MonoBehaviour
2{
3private bool isPlaying;
4private readonly Queue<Tween> animationQueue = new();
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.