大约有 434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(297) Laya2.0_文档(56) Laya_示例(23) Laya3.0_文档(22) Laya3.0_api(14) Laya2.0_示例(10) Laya2.0_api(8) laya_api(4)
Chrome104.0.51112.102版本LayaBox2.13.0启动报错 附件 : --> 2022-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 layabox 赞同来自: 该问题,属于浏览器底层环境问题,请更换chrome版...
来源: Laya_社区 发布时间: 20220824
...法示例分别为: Vector2(1, 2) 、Vector3(1, 1, 3)、Vector4(1, 2, 3, 0.5) 。然而LayaAir引擎封装的Vector方法,不仅可以作为向量的使用,还可以用于顶点坐标位置,或者表达颜色的时候使用。比如原点坐标Vector3(0, 0, 0),颜色值Vector3 (0.6, 0.6, 0...
来源: Laya2.0_文档 发布时间: 20210714
...## `缩放系数` 这里可以通过缩放减少图集体积,比如改为0.5,工具会按原图宽高分别乘0.5生成到图集中,显示的时候会保持会通过拉伸保持原图大小,这样处理后,虽然图集的尺寸会变小,但是显示的效果也会有所影响,可以视...
来源: Laya2.0_文档 发布时间: 20210714
...ple: _Material.renderMode = 3; _Material.albedo = new Vector4( 1, 1, 1, 0.5 ); 2017-08-28 1 0 分享 微博 QZONE 微信 ltmking 赞同来自: 有知道怎么回事的吗? 2017-08-28 0 0 分享 微博 QZONE 微信 ltmking 赞同来自: Material谁的属性怎么调用? 2017-08-28 0 0 分享 ...
来源: Laya_社区 发布时间: 20170826
...都有短时间黑屏现象。使用Android Studio打包出来的,会有0.5秒的白屏,然后大约3秒的黑屏。这个可以怎么优化? 怎样能够在黑屏和白屏加入背景图当作闪屏界面用? 2016-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20160826
...;\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);\r\nst...
来源: Laya_社区 发布时间: 20190528
..._skin.height / 2); gun = Bodies.rectangle(150, 150, 50, 50, { frictionAir: 0.5, //空气摩擦力 density: 0.68, // 密度 layaSprite: gun_skin, // 绑定一个laya的Sprite, 不能用render.sprite render: { visible: true, // 开启渲染 } }); console.log("增加刚体..."); World.add(world, gun); ...
来源: Laya_社区 发布时间: 20180522
... Camera(0, 0.1, 100)) as Camera; camera.transform.translate(new Vector3(0, 0.5, 1)); camera.transform.rotate(new Vector3( -15, 0, 0), true, false); var mc:Sprite3D = scene.addChild(Sprite3D.load("res/mod5_13.lh")) as Sprite3D; c416288806 • 2018-03-05 11:41 有看到回复的话...说一...
来源: Laya_社区 发布时间: 20180305
...k.scaleX = 0; // 无效 // imgMask.scaleX = 1 // 有效 //imgMask.scaleX = 0.5 // 有效 img.mask = imgMask; imgMask.repaint(); } } new GameMain(); 如上面代码,当scaleX设置为0时,遮罩无效,被遮罩对象全部显示出来 2017-03-27 添加评论 免费帖 --> 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20170327
...s.bUrl); let x:number = this._testStatus == true ? 0:50;//Math.random()>0.5 ? 50 : 0; this._testStatus = !this._testStatus; // let canvasInfo = this.getCanvasWidthHeight(); let ctx = new Laya.Context(); // let w = canvasInfo.w//tex.width; // let h = canvasInfo.h//tex.height; let w = tex.width; le...
来源: Laya_社区 发布时间: 20230328