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

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

341. 三个手指并排点击屏幕卡死 [ 71%]

...现,QQ小游戏没事。 官方3D示例,不会卡死。   还有IOS Scene3D切换过程中乱点屏幕 end undefined     __proto.remove=function(element){         var index=element._getIndexInList();         this.length--;         if (index!==this.length){      ...

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

342. 2.13版本3D场景遮挡UI的BUG [ 71%]

....layabox.com/demo2/?language=zh&category=3d&group=Advance&name=Scene2DPlayer3D 2022-12-03 0 1 分享 微博 QZONE 微信 layabox小高 赞同来自: 2.13下scene3D和scene2D属于同一个节点下,所以新场景会覆盖到scene2D场景,需要注意一下层级问题。   2022-11-...

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

343. js进度,进度,js场景进度效果 [ 71%]

...下的某个场景json文件。。竟然无法自动生成了? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 laya2.0加载3d场景报错Uncaught TypeError: Cannot read proper...

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

344. 当使用代码创建打开场景时,onOpened触发了,但场景active和activeInHierarchy还是处于false,请问纯代码怎么实现场景创建激活,谢谢 [ 71%]

...态,请问纯代码怎么实现场景创建激活,谢谢?   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 ...

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

345. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 71%]

...ombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Laya.Sprite3D).getComponent(Laya.Animator) as Laya.Animator;//获取Animator动画组件 this.zombieAnimator.on(Laya.Event.COMPLETE, this, this.onAniCompl...

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

346. 获取不到父物体 节点 [ 71%]

...eta 新手小白 不明白为什么都是null 的export default class startScene extends Laya.Scene { private sp: Sprite; public constructor() { super(); console.log("startScene"); console.log(Laya.stage.name); console.log(Laya.stage.numChildren); console.log(this.numChildren); console.log(this.pare...

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

347. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 71%]

... { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.li...

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

348. Laya场景编辑时加入的Graphics组件,代码中该如何获取? [ 71%]

...码来声明、获取: private backBtn: Laya.Button; this.backBtn = this.scene.getChildByName('backBtn') as Laya.Button;但这个Rect就不知道是什么类型的了,试了下Laya.Rect/Laya.Graphics.Rect之类的,都没有这个类。     附件 : --> 2019-10-22 1 条评论 免费帖 --> ...

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

349. 旋转模型时 碰撞盒子没有跟着旋转 [ 71%]

...提交 1 个回复 LayaAir3 赞同来自: 可否试试用这个方法 this.scene.physicsSimulation.raycastAllFromTo(this.from, this.to, this.hitResults);, 在门的前面和后面分别放两个cube,再测试一下 2023-03-17 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...

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

350. 2.1.1版加了3D物理引擎库后创建3个scene3D就报错 [ 71%]

2.1.1版加了3D物理引擎库后创建3个scene3D就报错 报错信息如下: laya.physics3D.js:308 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with  -s TOTAL_MEMORY=X  with X higher than the current value 16777216, (2) compile with  -s ALLOW_MEMORY_GROWTH=1  which all...

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