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

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

641. Mesh网格-网格加载 [ 71%]

...(0, 0.8, 1.5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //加载网格 var layaMonkey = scene.add...

来源: Laya_示例 发布时间: 20241119

642. laya.ui.WXOpenDataViewer_API3.0 [ 71%]

...ra Defined in laya/display/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._ownGraphics Defined in laya/display/Sprite.ts:245 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:631 _skinBaseUrl _skinBaseUrl: string Inherited from Animati...

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

643. 打APK后加载unity导出资源出错 [ 71%]

...le.js:8960: typeError:Cannot set property 'active' of undefined sp.acctive=false    原代码的位置写的是 var path="map/mapitem/"+mdai.mapName+"1.lh";         if(this.PRINT_LOG){             console.log("准备读取区域"+curIndex+" 的 路径: "+path+"地图");    ...

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

644. TextInput设置focus=true后,光标不居中,可输入超过maxChars的数字 [ 71%]

...al可以设置flat shading么 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于同为object层,层级设置无效的问题 anchor锚点设置不生效 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让...

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

645. 在2.0里如何调用在编辑模式下创建的对话框 [ 71%]

...":"25,5,5,5","height":480}, "nodeParent":1, "label":"Image", "isDirectory":false, "isAniNode":true, "hasChild":false, "compId":3, "child":[ ] }], "animations":[ { "nodes":[ ], "name":"ani1", "id":1, "frameRate":24, "action":0 }] } 2019-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

646. Transform3D::pivot移到哪里了吗?现在Sprite3D该怎样设置描点呢? [ 71%]

...层级设置无效的问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 anchor锚点设置不生效 一个动画如何设置绕自身中心点旋转,我这么设置_ani.pivot(_ani.width/2,_ani.height/2);不行,而且也没有锚点...

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

647. 3D两个平面拼接的贴图直接会有明显的接缝 [ 71%]

...性采样的原因的,2D的纹理可以使用Texture.isLinearSampling = false;来关闭线性采样,3d的纹理怎么关闭,下面是单个平面的创建代码   var plane: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(1 , 1, 1, 1))) as Laya.MeshSprite3D; plane.transform.position ...

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

648. 用正则的方式检验打成APP会有问题 [ 71%]

...!=""){                         if(pat.test(param[i][1])==false)                            {                                trace(param[i][1]);                             Constant.helper.times=true;           ...

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

649. LookAt又出bug了,官方赶紧看看是不是代码合漏了 [ 71%]

...tChildAt(0).getChildByName("B").transform.position,new Laya.Vector3(0,1,0),false,false)  指向错误   下面两句修正方向 Laya.stage.getChildAt(0).getChildByName("A").transform.rotation.invert(Laya.stage.getChildAt(0).getChildByName("A").transform.rotation) Laya.stage.getChildAt(0).getChild...

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

650. laya.d3.core.Transform3D [ 71%]

... EventDispatcher  lookAt(target:Vector3, up:Vector3, isLocal:Boolean = false):void 观察目标位置。 Transform3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):...

来源: laya_api 发布时间: 20170929