• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,017 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0055 秒)

831. 版本1.7.14beta , tsconfig.json里 target设置为es6, 项目发布时会报错, [ 47%]

...es\uglify-js\lib\parse.js:204 throw new JS_Parse_Error(message, line, col, pos); ^ Error at new JS_Parse_Error (E:\Program Files\LayaAirIDE\resources\app\node_modules\uglify-js\lib\parse.js:196:18) at js_error (E:\Program Files\LayaAirIDE\resources\app\node_modules\uglify-js\lib\parse.js:204:11) at ...

来源: Laya_社区 发布时间: 20180124

832. qq玩一玩 问题 [ 47%]

...amera.clearFlag= Laya.BaseCamera.CLEARFLAG_SKY;   camera.viewport.project(pos, camera.projectionViewMatrix, outPos);    outPos.x = outPos.x / Laya.stage.clientScaleX;    outPos.y = outPos.y / Laya.stage.clientScaleY; 3D坐标转2D坐标 计算结果错误  见附件 附件 : --> qqDemo.zip 201...

来源: Laya_社区 发布时间: 20180521

833. 在UI类里调用启动类的静态函数失败了 [ 47%]

...创建的多个动画,怎么分别调用?如图 Text类中竟然没有pos函数的api~ app启动动画应该如何去掉 构造函数不能进断点 .bat脚本能调用layaIDE的相关功能吗? 使用Laya.loader.load缓存下来的文件还在res目录下吗?在编辑模式下怎么调用...

来源: Laya_社区 发布时间: 20180507

834. laya.ani.bone.Skeleton_API3.0 [ 47%]

...stroy onDisable onEnable once parentRepaint paused pivot play playbackRate pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild replaceSlotSkinByIndex replaceSlotSkinName resume runCallLater scale setChildIndex setGraphics setSelfBounds setSlo...

来源: Laya3.0_api 发布时间: 20231115

835. 创建动画时画布的width和height与 实例化后的ani.size(width, height) 有什么区别 [ 47%]

... this.aniBirdSing.play(); this.aniBirdSing.pivot(0, 120); this.aniBirdSing.pos(94+0, 259+120); this.aniBirdSing.size(120, 120); console.log(this.aniBirdSing.width, this.aniBirdSing.height); this.aniBirdSing.mouseEnable = true; Laya.stage.addChild(this.aniBirdSing); } 根据这个代码,我认为...

来源: Laya_社区 发布时间: 20171026

836. 关于intersects碰撞的疑问 [ 47%]

...sp2:Sprite=new Sprite(); sp2.graphics.drawRect(0,0,300,400,"#0000FF"); sp2.pos(100,100); if(sp1.getBounds().intersects(sp2.getBounds())) { trace("相交了"); }发布如下:   2016-12-03 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ...

来源: Laya_社区 发布时间: 20161202

837. 请问HTMLDivElement怎么加垂直滚动条 [ 47%]

...垂直滚动条 this.chat_lab = new Laya.HTMLDivElement(); this.chat_lab.pos(2, 2); this.chat_lab.size(495,329); this.rect_sprite.addChild(this.chat_lab); .... //输入了一大堆聊天记录后,内容超过了329px,虽然限高height:329px;并加入了overflow-y:scroll;,但没有出现滚动...

来源: Laya_社区 发布时间: 20210121

838. putimagedata 不起作用 [ 46%]

...Sprite(); ape.graphics.drawTexture(t, 0, 0); Laya.stage.addChild(ape); ape.pos(200, 0); data = Laya.Browser.context.getImageData(0, 0, 400, 400) distort(data) })); } })();[/i][/i][/i] 2017-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

来源: Laya_社区 发布时间: 20171130

839. laya.ui.WXOpenDataViewer_API3.0 [ 46%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos postMsg reCache removeChild removeChildAt removeChildByName removeChildren removeInputChild removeSelf render repaint replaceChild runCallLater scale setChildIndex setSelfBounds set_anchorX set_anchorY set_bottom set_data...

来源: Laya3.0_api 发布时间: 20231102

840. [LayaAir2] 在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 46%]

...ure.video.videoWidth; image.height = videoTexture.video.videoHeight; image.pos(100,100); Laya.stage.addChild(image); //目前LayaAir2.0引擎暂时没有提供刷新纹理机制,需要手动刷新。或者你可以试用LayaAir3.0引擎,那边实现videoTexture不用自己手动刷新 Laya.timer...

来源: Laya_社区 发布时间: 20240305