大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0120 秒)
...odules\vscode-debugadapter\lib\protocol.js:104:38) at Socket.<anonymous> (c:\Program Files (x86)\LayaBox\LayaAirIDE\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\node_modules\vscode-debugadapter\lib\protocol.js:24:60) at emitOne (e[...] 每次编译都报错,项...
来源: Laya_社区 发布时间: 20170330
...html里面已经设置 <meta name="laya" screenorientation="portrait" /> 在AndroidManifest.xml里面也设置了 android:screenOrientation="portrait" 资源路径用的是发布h5 release后index.html的目录,发布h5目录是 D:\layademo\mjh5\release\bin 请问还要怎么处理,QQ群...
来源: Laya_社区 发布时间: 20180412
...awing.makeImage == "function" && (!this._android || this._android >= 3)) { if (typeof this._oDrawing.makeImage == "function") { 2020-04-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zhang92tong 相关问题 发起问题...
来源: Laya_社区 发布时间: 20180412
...ion () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 400)) { if(JSON.parse(xhr.responseText).status===1){ console.log ('登录成功') cc.director.loadScene(...
来源: Laya_社区 发布时间: 20180824
...n.addChild(this.aniWing); } 创建缓存 urls.forEach((urlPath, index) => { this.xxxx.loadAtlas(urlPath, null, lv + "_" + actionName + "_" + index); }); 播放时大概 playAniBody(actionName: string, direction: number, completeFun: Function = null): void { ...
来源: Laya_社区 发布时间: 20170615
...现Matter.js官方案例凹多边形的问题 LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 在线急等,发现你们这个编译器一个bug,不能实现负负得正 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且...
来源: Laya_社区 发布时间: 20170627
...中是否激活。 components get components(): ReadonlyArray<Component> Inherited from Node.components Defined in laya/display/Node.ts:983 返回所有组件实例。 Returns ReadonlyArray<Component> 返回组件实例数组。 destroyed get destroyed(): boolean Inherited from Node.dest...
来源: Laya3.0_api 发布时间: 20231115
... if(this.imgPos2.x < 0 ){ this.imgPos2.x = 0; }else if( this.imgPos2.x >= camera_width){ this.imgPos2.x = camera_width - 84; //判断显示图标的Y是在上面还是下面 if(this.imgPos2.y < 0 ){ this.imgPos2.y = 0; } MainScene.RobotLocations[i-1].pos(this.imgPos2.x, this.imgPos2.y); 其...
来源: Laya_社区 发布时间: 20190212
...并调整在页面上的位置,请给出一个方案。 目前<canvas>标签时laya自动生成的,生成时的css是: position: absolute; left: 0px; top: 0px; background: rgb(255, 255, 255); transform-origin: 0px 0px 0px; transform: matrix(0.8, 0, 0, 0.8, 0, 0); 但我想...
来源: Laya_社区 发布时间: 20171123
...片都报错 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 如何用代码调用按钮的点击事件(如as3的dispatchEvent)? Laya.loader.getRes的声音资源如何用Laya.SoundManager播放? 问题状态 最新活动: 2017-08-08 23:11 浏览: 4395 关注: 3 人 cuixueyi...
来源: Laya_社区 发布时间: 20170426