unity獲取某個方法執行的時間

using UnityEngine; using System.Collections; using System.Diagnostics;    public class NewBehaviourScript : MonoBehaviour {            void Start () {                           float t = Time.time;  
相關文章
相關標籤/搜索