无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(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)的評論 (共 條)

分享到微博請遵守國家法律
旌德县| 绥棱县| 丹巴县| 建水县| 姜堰市| 屯昌县| 宜阳县| 西安市| 彰化市| 宽城| 桐庐县| 兰溪市| 延寿县| 泊头市| 平谷区| 天柱县| 东源县| 苏州市| 隆尧县| 从江县| 绩溪县| 兴安县| 黄浦区| 彰化县| 大同市| 子长县| 博爱县| 收藏| 台前县| 钦州市| 东丽区| 元谋县| 崇明县| 德昌县| 岐山县| 普兰县| 瑞安市| 广德县| 湛江市| 石泉县| 正蓝旗|