最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

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

代碼優(yōu)化(2)

2020-05-26 10:46 作者:unity_某某師_高錦錦  | 我要投稿

合并成靜態(tài)網(wǎng)格

using UnityEngine;

using System.Collections;

using System.Collections.Generic;


[System.Serializable]

public struct GameObjectList {

public string name;

public List<GameObject> _objects;

}


public class StaticBatchTester : MonoBehaviour {


[SerializeField] List<GameObjectList> _objectList;


void Update() {

if (Input.GetKeyDown (KeyCode.Space)) {

BatchObjects();

}

}


void BatchObjects() {

for(int i = 0; i < _objectList.Count; ++i) {

GameObjectList list = _objectList[i];

for(int j = 0; j < list._objects.Count; j++) {

StaticBatchingUtility.Combine (list._objects.ToArray(), gameObject);

}

}

}

}


代碼優(yōu)化(2)的評論 (共 條)

分享到微博請遵守國家法律
惠水县| 平定县| 隆尧县| 阿克苏市| 淅川县| 汽车| 阳春市| 兴文县| 甘泉县| 新郑市| 报价| 武威市| 瑞金市| 贵州省| 福安市| 岳普湖县| 拜泉县| 吉木萨尔县| 大同市| 徐汇区| 阜城县| 白朗县| 新民市| 信宜市| 罗田县| 南岸区| 正定县| 鄄城县| 南宁市| 咸阳市| 泰来县| 防城港市| 永登县| 宝鸡市| 平顺县| 盐亭县| 涞源县| 若羌县| 汉沽区| 历史| 莱西市|