Unity3D 設置幀頻及顯示FPS

Application.targetFrameRate 能夠指定遊戲的運行幀率, -1 讓遊戲以最快的速度運行。ui void Awake(){ ///設置幀頻 Application.targetFrameRate = _FPS; } 顯示FPS代碼: using System.Collections; using System.Collections.Generic; using U
相關文章
相關標籤/搜索