五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Unity中FPS顯示

2020-05-07 16:17 作者:unity_某某師_高錦錦  | 我要投稿

Unity中顯示當前幀數(shù)


using System.Collections;

using System.Collections.Generic;

using UnityEngine;

using UnityEngine.UI;


public class FPSShow : MonoBehaviour

{

? ? public Text FPSTex;

? ? private float time, frameCount;

? ? private float fps = 0;

? ? void Update()

? ? {

? ? ? ? if (time >= 1 && frameCount >= 1)

? ? ? ? {

? ? ? ? ? ? fps = frameCount / time;

? ? ? ? ? ? time = 0;

? ? ? ? ? ? frameCount = 0;

? ? ? ? }

? ? ? ? FPSTex.color = fps >= 20 ? Color.white : (fps > 15 ? Color.yellow : Color.red);

? ? ? ? FPSTex.text = "FPS為:" + fps.ToString("f2");

? ? ? ? time += Time.unscaledDeltaTime;

? ? ? ? frameCount++;

? ? }

}


Unity中FPS顯示的評論 (共 條)

分享到微博請遵守國家法律
兴海县| 威信县| 左贡县| 鲁甸县| 兴义市| 昭觉县| 宁夏| 资阳市| 泊头市| 长垣县| 长武县| 璧山县| 汶川县| 栾川县| 龙江县| 湖州市| 莱芜市| 崇礼县| 皮山县| 上林县| 江都市| 密山市| 瓮安县| 冷水江市| 逊克县| 吕梁市| 桦甸市| 六枝特区| 奎屯市| 宁国市| 高平市| 怀化市| 阿坝| 姜堰市| 永胜县| 陇南市| 福清市| 依安县| 乌拉特后旗| 台湾省| 秦安县|