大约有 637 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0063 秒)
Laya_社区(472) Laya3.0_api(58) Laya2.0_api(33) laya_api(28) Laya2.0_文档(26) Laya3.0_文档(8) Laya2.0_示例(7) Laya_示例(5)
...ight/2, this.say.width/2, "#00ffff"); this.circle.blendMode = "destination-out"; } Laya.class(IndexView,"IndexView",_super); IndexView.prototype.loadProgress = function(){ this.box.addChild(this.circle); if(this.angle <= 360){ this.angle+=12; this.draw.graphics.drawPie(this.say.width/2, this.say....
来源: Laya_社区 发布时间: 20170807
...上直接没了?求解答 运用Sprite的属性blendMode为"destination-out"时得到黑圈,与引擎示例中的效果不同,想知道为什么 问题状态 最新活动: 2018-03-20 18:39 浏览: 1102 关注: 3 人 uu4uu • 2018-03-20 17:55 我按你这么设置了,没用 天地人 • 201...
来源: Laya_社区 发布时间: 20180320
...***281 赞同来自: 1554275962用户 在LayaAirIDE根目录\resources\app\out找到main.js,打开在this.app.once("ready"上面加一行: this.app.commandLine.appendSwitch("ignore-gpu-blacklist"); 保存,重启IDE再试试 2019-04-10 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20190224
...ocusEvent.FOCUS_IN,onFocusIn); textInput.addEventListener(FocusEvent.FOCUS_OUT,onFocusOut);这两个事件有吗?我怎么没找到,还有就是里面写的Laya.stage.on(Laya.Event.RESIZE,this,this.onStageChange);这个事件不好使 Monica • 2017-03-22 17:20 @zuojianfei:不好意思,我这...
来源: Laya_社区 发布时间: 20170322
...转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? HtmlDivElement宽度设置错误 u3d下spine动画工具导入报错:转换失败---chitianshishoux--加载错误,xxx/xxx/chitianshishoux.atlas lose skin ...
来源: Laya_社区 发布时间: 20170728
...现一位牛人的解决方案是:在LayaAirIDE根目录\resources\app\out找到main.js,打开在this.app.once("ready")这一行上面加一行:this.app.commandLine.appendSwitch("ignore-gpu-blacklist");保存,重启IDE再试试(我是有效的 ) 2019-04-13 1 0 分享 微博 QZONE 微信 sa...
来源: Laya_社区 发布时间: 20181126
...View.scene undefined 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught TypeError: Cannot read property 'props' of undefined Uncaught TypeError: Cannot read property 'indexCount' Uncaught TypeError: Cannot read property 'LayaMotionState' of undefined 这个怎么办 laya.co...
来源: Laya_社区 发布时间: 20190313
...rite(); //设置叠加模式 this.interactionArea.blendMode = "destination-out"; this.guideContainer.addChild(this.interactionArea); this.hitArea = new HitArea(); this.hitArea.hit.drawRect(0, 0, Laya.stage.width, Laya.stage.height, maskColor); this.guideContainer.hitArea = this.hitArea; this.guideCo...
来源: Laya_社区 发布时间: 20180116
...0615668]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 很多错误 2017-12-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Monica - 知识达人 赞...
来源: Laya_社区 发布时间: 20171205
...OUSE_DOWN, Event.RIGHT_MOUSE_UP, Event.MOUSE_OVER, Event.MOUSE_OUT, Event.MOUSE_WHEEL ]); static isMouseEvent(type) { return MOUSE_EVENTS.has(type); }脚本周期函数onMouseDrag, onMouseDragEnd在不注册鼠标事件的情况下无法触...
来源: Laya_社区 发布时间: 20231106