用animator控制animation並記錄正播倒播

//父級腳本,掛在animator上 using UnityEngine; using System.Collections; public class UIAnimatorParent : MonoBehaviour {     //父級腳本     //控制動畫時長     float animTime = 0.1f;     //停止時間     float stopTime = 0f;  
相關文章
相關標籤/搜索