Unity時間管理類,用來作一些方法的延遲調用

using UnityEngine; using System.Collections; using System; public class Timer {//MonoBehaviour public class TimerHelper : MonoBehaviour { private Action callBackAction; private
相關文章
相關標籤/搜索