五月天青色头像情侣网名,国产亚洲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顯示的評論 (共 條)

分享到微博請遵守國家法律
平湖市| 西林县| 科尔| 仲巴县| 特克斯县| 北宁市| 武邑县| 辰溪县| 东乡族自治县| 扎鲁特旗| 六枝特区| 龙川县| 宁津县| 和静县| 武川县| 巩留县| 庄浪县| 临江市| 昌邑市| 唐海县| 景谷| 东至县| 永州市| 图们市| 武隆县| 郎溪县| 东安县| 莒南县| 金山区| 兰州市| 宣城市| 布拖县| 宜宾市| 乐平市| 芜湖县| 集贤县| 雷州市| 团风县| 乐安县| 亳州市| 库车县|