下载Cocos Creator
来源:Cocos
浏览 814
扫码
分享
2019-04-11 20:46:34
Editor
Methods
Editor.url(url)
url
string
Returns the file path (if it is registered in custom protocol) or url (if it is a known public protocol).
Editor.loadProfile(url, cb)
url
string - The profile url.cb
function - The callback function.
Load profile via url
. Once it is loaded, the cb
will be invoked and returns profile as the first argument.
Editor.import(urls)
urls
string|array - The url list.
当前内容版权归
Cocos 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问
Cocos .