大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0115 秒)
..., 84);\r\nvec4 myC = texture2D(texture, v_texcoordAlpha.xy);\r\nif (myC.a >= 0.5)\r\n{\r\ngl_FragColor = v_color * myC;\r\nreturn;\r\n}\r\nint strokeCount = 0;\r\nstrokeCount += getIsStrokeWithAngel(0.0);\r\nstrokeCount += getIsStrokeWithAngel(30.0);\r\nstrokeCount += getIsStrokeWithAngel(60.0);\...
来源: Laya_社区 发布时间: 20190528
...hader 函数里第一个循环执行完 pass.withCompile 之后 comDef._length 发生变化 (pass.withCompile() => WebShaderPass.getCacheShader() => WebDefineDatas._intersectionDefineDatas()), 后续循环中 comDef._length 没有重置到 comDef._mask 的长度, 导致后续pass没有正常...
来源: Laya_社区 发布时间: 20250714
...糊 2. <a href='test.html' style='color:#000000;text-decoration:none'>Test </a> text-decoration:none这个属性不能取消显示下划线 1或2的问题能否解决其中一个,不然显示效果非常不好 2018-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180313
list宽高的问题 list(Y方向显示两个) -> box(render) -> label(有两个,高度根据内容自适应) 通过renderHandler,根据第一个label的height 设定第二个label的Y轴位置 问题来了,box的高度没有改变,排版会出现问题,getChildByName取不到box的...
来源: Laya_社区 发布时间: 20181015
...性,接受html语句后不产生相应的效果,而是直接把带<>等这一类的语句直接属性label.text了 2018-01-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 没...
来源: Laya_社区 发布时间: 20180126
... 这应该是你要的结果 我贴伪代码给你 loadBytes(res.bin, () => { res.texture = Texture.create(res.source, 0, 0, res.texWidth, res.texHeight); // res.source.dispose();//提交显卡是异步过程 dispose 会导致texture无效 // setTimeout(() => { // res.source.dispose(); // }, 1...
来源: Laya_社区 发布时间: 20170502
... this.takeOutMc.loadAnimation("ani/TX036.ani",Laya.Handler.create(this,()=>{ //加载完设置label this.takeOutMc.addLabel("shou",26); })); 2018-01-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 ...
来源: Laya_社区 发布时间: 20180123
...活,谢谢? const scene = new Laya.Scene(); scene.onOpened = () => { console.log('scene onOpened'); }; scene.open(); console.log('scene', scene.active, scene.activeInHierarchy); Laya.timer.frameOnce(10, this, () => { console.log('scene 2', scene.active, scene.activeInHierarchy); }); ...
来源: Laya_社区 发布时间: 20190422
...2018-04-23 15:05 @130*****113:src="libs/laya.core.js?+版本号"></script> 130*****113 • 2018-04-23 15:14 @iermao:这个版本号能用什么办法自动生成么
来源: Laya_社区 发布时间: 20180423
...,比如: div.innerHTML='<span style="stroke:2;strokeColor:#ffff00">hello</span>'; 2017-01-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hwemail 相关问题 文本如何自动换行 微信小游戏如何使用ttf字...
来源: Laya_社区 发布时间: 20170126