WWW.progress 进度
var progress : float
Description描述
How far has the download progressed (Read Only).
下载进度有多少(只读)?
This is a value between zero and one; 0 means nothing is downloaded, 1 means download complete.
这是一个0到1的值,0表示任何数据都没有开始下载,1表示下载完毕。
progress will remain at 0.0 while sending the request to the server. For monitoring progress when uploading files to a web server, see WWW.uploadProgress.
在发送请求到服务器时,进度将保持在0.0。当上传文件到web服务器时,监控进度。
最后修改:2011年4月25日 Monday 9:23