大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
...项目迭代过程中,h5项目有了修改,可以用refreshres命令,重新打包刷新资源和代码到native项目中。 用法: layanative3 refreshres [-p all|ios|android_studio] [--path path] [-u url] 参数说明: 关键字 描述 --platform, -p 项目平台 [可选值: all, ios, android...
来源: Laya3.0_文档 发布时间: 20230303
...源就都失效了。这时候,需要手动删除 cache目录下内容,重新用layadcc来生成打包资源,参见LayaDCC工具。 4.3 资源 通过IDE构建好工程, 如果选择的是单机版(打包资源)版本,会把所有的h5项目的资源(包括:脚本、图片、html、...
来源: Laya3.0_文档 发布时间: 20241025
...前的老项目导入,需要手动删除bin里index.html,预览时会重新生成新的模板 Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2024-10-14 20:59:02 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20241014
...求,重写 HttpRequest 建议直接继承 EventDispatcher。重写就是重新包装 XMLHttpRequest 这个类。下面是一个简单的继承的示范: class HttpRequestExtension extends Laya.HttpRequest { constructor() { super(); } public send(url:string,data:any=null,method:string="get", resp...
来源: Laya3.0_文档 发布时间: 20241014