博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
今天无意中发现的WWW.threadPriority
阅读量:6081 次
发布时间:2019-06-20

本文共 633 字,大约阅读时间需要 2 分钟。

.threadPriority

 
 

Description

Priority of decompression thread.

You can control decompression speed vs. impact on frame rate tradeoff when downloading Asset Bundles in the background. When using lower priority, decompression will take longer, but will not have such a big impact on frame rates. Default value is ThreadPriority.Normal.

function Start () {    var www = new  ("http://myserver/myBundle.unity3d");    www.threadPriority = ;    yield www;    // Get the designated main asset and instantiate it.    Instantiate(www.assetBundle.mainAsset);}

 

https://docs.unity3d.com/ScriptReference/WWW-threadPriority.html

 

WWW居然还有这功能,可以考虑来做优化

 

转载地址:http://ffhgx.baihongyu.com/

你可能感兴趣的文章
epoll的lt和et模式的实验
查看>>
Flux OOM实例
查看>>
07-k8s-dns
查看>>
Android 中 ListView 分页加载数据
查看>>
oracle启动报错:ORA-00845: MEMORY_TARGET not supported on this system
查看>>
Go方法
查看>>
Dapper丶DapperExtention,以及AbpDapper之间的关系,
查看>>
搞IT的同学们,你们在哪个等级__那些年发过的帖子
查看>>
且谈语音搜索
查看>>
MySQL数据库导入导出常用命令
查看>>
低版本Samba无法挂载
查看>>
Telegraf+Influxdb+Grafana构建监控平台
查看>>
使用excel 展现数据库内容
查看>>
C#方法拓展
查看>>
MySql.Data.dll的版本
查看>>
Linux系统磁盘管理
查看>>
hdu 2191 (多重背包+二进制优化)
查看>>
home.php
查看>>
neo4j---删除关系和节点
查看>>
redis分布式锁redisson
查看>>