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

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

721. Mesh.load()加载的模型自动旋转了90°是什么原因? [ 51%]

...Laya.MeshTerrainSprite3D.createFromMesh(terrain, 129, 129)); terrainSprite.transform.localScale = new Laya.Vector3(0.05, 0.05, 0.05); 附件 : --> mm_demo0531.rar 2017-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

722. 转换2D屏幕坐标系统到3D正交投影下的坐标系统位置偏差 [ 51%]

...坐标 camera.convertScreenCoordToOrthographicCoord(screenPos, pos); cube.transform.position = pos; });图一   2022-05-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 158*****197 相关问题 【屏幕适配】在LayaAir上面是竖...

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

723. laya.d3.core.light.DirectionLight [ 51%]

...Sprite shadowResolution : Number 获取阴影贴图尺寸。 LightSprite transform : Transform3D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Di...

来源: Laya2.0_api 发布时间: 20190513

724. laya.ui.Button_API3.0 [ 51%]

...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...

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

725. 子弹添加了colliderShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” [ 51%]

...rShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” 发射时生成子弹: onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn.addChild(bullet); bull...

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

726. laya.ui.CheckBox_API3.0 [ 51%]

...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...

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

727. 从Unity2019导出的模型和动作,拷贝到Laya3.0 IDE里报错 [ 51%]

...aya里自建了一个新动画,发现下面图里的很多节点都没有transform属性,原Unity动画里是有调节这些节点属性的,这可能就是异常原因 2023-04-03 0 0 分享 微博 QZONE 微信 小白菜 赞同来自: 我知道了,节点的名字里含有“.",所有含有....

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

728. Laya2.12 打安卓包的时候报错报到了 physics3D [ 51%]

... 求解Physics3D 内存占用问题 layabox2.5.0之后多个Physics3D使用transform移动出现旋转不正确的bug 2.0 physics3D 包太大了吧 能不能优化一下, 或拆分成多个功能包? laya2.0调试时候Error: "abort Cannot enlarge memory arrays.这个问题定位到了Physics3D...

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

729. laya.ui.Radio_API3.0 [ 50%]

...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contain...

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

730. 渲染队列排序问题,导致Alpha混合效果出错 [ 50%]

... var boundFrustum=camera.boundFrustum;         var camPos=camera._transform.position;         for (var i=0;i < validCount;i++){             var render=renders ;             if (camera._isLayerVisible(render._owner._layer)&& render._enable){    ...

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