大约有 182 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0058 秒)
...ml 03-10 15:29:52.312 32529-32642/com.gamepark.casino I/LayaBox: found the file in the package:cache/stand.alone.version/ea224b42 03-10 15:29:52.316 32529-32642/com.gamepark.casino I/LayaBox: >>>>>>>>>>>>>>>>innerWidth:1920innerHeight:1080 03-10 15:2...
来源: Laya_社区 发布时间: 20180310
...le "--cwd=D:\\workspace\\layabox\\LayaAirIDE_beta\\resources\\app", "--gulpfile=${workspaceFolder}/.laya/compile.js", "compile" ] } 四、laya项目文件夹下 .laya/compile.js 修改代码 1、修改ideModuleDir、workSpaceDir解析规则 //获取Node插件和工作路径 let ideModuleDir; let wor...
来源: Laya_社区 发布时间: 20200607
...p: 编辑 .laya/compile.js 文件,将第66-71行 return bundle.write({ file: workSpaceDir + '/bin/js/bundle.js', format: 'iife', name: 'laya', sourcemap: false });修改为 return bundle.write({ file: workSpaceDir + '/bin/js/bundle.js', format: 'iife', name: 'laya', sourcemap: true });编辑 tsc...
来源: Laya_社区 发布时间: 20201223
...ge(function(message:Object):void{ trace(message); if(message['isLoad'] == "filedata") { MiniFileMgr.ziyuFileData[message.url] = message.data;//文本数据 }else if(message['isLoad'] == "filenative") { //子域接收主域传递的文件信息 if(message.isAdd) MiniFileMgr.filesListObj[message.url] ...
来源: Laya_社区 发布时间: 20180525
...d class "android.webkit.RenderProcessGoneDetail" on path: DexPathList[[zip file "/system/app/WebViewGoogle/WebViewGoogle.apk"],nativeLibraryDirectories=[/system/app/WebViewGoogle/lib/arm64, /system/app/WebViewGoogle/WebViewGoogle.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /system/lib64, /vend...
来源: Laya_社区 发布时间: 20191016
...擎为1.7.14beta 1.打包方式为网络包,包中含有版本信息allfile.txt等4个文件,在第一次运行的时候,发现输入的log如下: assetsid old: new:0393b8879ba545fcdc6fa52d0c9bcecf 请问为什么包中有assetsid.txt,但却读不到assetsid,导致还要重复下...
来源: Laya_社区 发布时间: 20180627
...DropBox.json 2020-12-10 19:03:43.649089+0800 layabox[1694:38272] found the file in the package:b2c6176d 2020-12-10 19:03:47.362020+0800 layabox[1694:38272] -------------开始测试js call oc ------------------ 2020-12-10 19:03:47.362549+0800 layabox[1694:38272] JSBridge getCurrentElectricQuant...
来源: Laya_社区 发布时间: 20201209
...Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenParticle3D>= []; private _shurikenParticleSystem: Array<ShurikenParticleSystem>= []; constructor() { super...
来源: Laya3.0_文档 发布时间: 20251010
...Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenParticle3D>= []; private _shurikenParticleSystem: Array<ShurikenParticleSystem>= []; constructor() { super...
来源: Laya3.0_文档 发布时间: 20250104
...@IEditorEnv.regClass() class TestSceneScript { static visitNode() { fs.readFileSync(....) } } TestSceneScript.ts这个文件会在发布中被裁剪,因为它没有被Laya.Script直接引用。 2.2 UI进程脚本和Scene进程脚本通讯的方式 1、设置节点/组件属性后,场景里的节...
来源: Laya3.0_文档 发布时间: 20251010