Skip to content

System self asyncDoInMain function

xu.jingyu edited this page Jan 14, 2020 · 4 revisions

简介

在主线程下次渲染前执行操作

  • @param callback function 需要执行的内容,格式为:
function()
   --- 操作内容 
end
Clone this wiki locally