using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
public class TestDotween : MonoBehaviour
{
// Start is called before the first frame update
private DOTweenPath DOTweenPath;
private bool flagPause;
void Start()
{
flagPause = false;
DOTweenPath = transform.GetComponent
dotween控制动画开始和结束
最新推荐文章于 2024-05-05 14:44:12 发布