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

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

1231. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 39%]

...ector3(0,0,-1);         Laya.timer.loop(2000, this, function(){console.log(rigidBody.linearVelocity.z)});     } } //激活启动类 new PhysicsWorldBaseCollider(); 2019-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

1232. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 39%]

...实在设置了localRotation之后就不再变化了,why?   以下是log   var bom=tileroot.getChildAt(1).getChildAt(0).clone();       //创建对象 undefined bom.transform.worldMatrix                                         //世界矩阵 Matrix4x4elements: Float32Arra...

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

1233. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 39%]

...stomMaterial; mesh.meshRender.sharedMaterial = customMaterial2; // console.log(mesh4.meshRender.sharedMaterial); shaderDemo.zip 2017-05-25 0 0 分享 微博 QZONE 微信 ebaww 赞同来自: 我按你说的改了一下CustomMaterial.js,效果正确了,现在我想不用代码,直接改.lmat材...

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

1234. 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 [ 39%]

...失 2019-06-18 0 0 分享 微博 QZONE 微信 maoxiaolu 赞同来自: 用log分别输出了本体对象 和 克隆体:   大体上看有处不同: 本体有属性 _url:"D:/test/Game3D02/bin/h5/LayaMonkey/LayaMonkey.lh" url:"D:/test/Game3D02/bin/h5/LayaMonkey/LayaMonkey.lh"   而克隆体 url:u...

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

1235. 自己写了个label继承官方的label,出现了问题,求指导~ [ 39%]

...ightMargin); _indent = String(indent); _leading = String(leading); console.log("font==="+_font, "size==="+_fontSize, "color==="+_color, "bold==="+_bold, "italic==="+_italic, "underline==="+_underline,"leftMargin==="+_leftMargin, "rightMargin==="+_rightMargin); } } } 附件 : --> DemoLabel.zip 2017-0...

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

1236. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 39%]

....keyCode == 50){ // let t = Laya.Loader.getRes(this.AllPng[0]); // console.log(t); } } private onCallBack(){ var mater = new Laya.BlinnPhongMaterial(); //new Laya.UnlitMaterial(); //Laya.BlinnPhongMaterial(); // const x2 = new Uint8Array(data); // let p = new window['PNG'](x2); // let getData = p.de...

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

1237. 错误提示很好,但是还是不知道我代码哪里出了问题 [ 39%]

...你啦,我以为能一眼看破,我先整理一下项目后面再打印log看哪里的问题把! cuixueying • 2017-08-28 12:15 好的,有问题及时沟通!

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

1238. 能不能添加一个控件可以让文字和组件实现弹性滚动啊 [ 38%]

...lse后过一段时间设置mouseWheelEnable=true;无法滚动 View嵌套Dialog组件 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 lh文件内meshSprite添加阴影属性无效 问题状态 最新活动:...

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

1239. ios14新系统问题 [ 38%]

...官方能出来解决下吗。cocos creater已经出方案了。https://blog.csdn.net/6346289/article/details/108675481 附件 : --> RTX截图未命名.png TestLaya.zip 2020-09-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

1240. VR的demo有没有加载3D场景的啊,实在不知怎么加 [ 38%]

...ite3D.once(Laya.Event.HIERARCHY_LOADED, null, function(sprite) { //console.log(scene.numChildren+","+sprite._childs.length); setMeshParams(sprite, Laya.StandardMaterial.RENDERMODE_OPAQUE, new Laya.Vector4(3.5, 3.5, 3.5, 1.0), new Laya.Vector3(0.6823, 0.6549, 0.6352), new Laya.Vector2(25.0, 25.0), "T...

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