engine icon indicating copy to clipboard operation
engine copied to clipboard

ProjectLoader support progress

Open zhuxudong opened this issue 9 months ago • 0 comments

.load({
   type:AssetType.Project,
   url:"***"
}).onProgress((loaded, total)=>{},(identifier, loaded, total)=>{})

zhuxudong avatar May 17 '24 02:05 zhuxudong