using DG.Tweening; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ControlCar : MonoBehaviour { public DOTweenPath Dopath; void Start() { StarCarAni(); } void Update() { } /// /// ¿ªÆô³µÁ¾Òƶ¯¶¯»­ /// public void StarCarAni() { GetComponent().DOPlay(); GetComponent().DOPlay(); } }