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

大约有 876 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)

341. 关于3D动画的ani监听播放完毕后,播放默认动画不行 [ 72%]

... was not allowed to start. 骨骼动画播放完后的回调时间 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 关于龙骨动画转换 H5动画和节奏...

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

342. Uncaught TypeError: Cannot read property '_tf' of null [ 72%]

...t read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined laya的模型动画对360小游戏不适配 报game.js:22084 Uncaught getUint16 error - Out of bounds 'releaseTexture' of null TiledMap通过名字获得MapLayer怎么都是Null 问题状态 最...

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

343. Uncaught unknown animationClip version. [ 71%]

...复下 2019-05-01 1 0 分享 微博 QZONE 微信 Zong 赞同来自: Laya.Scene3D.load("LayaScene_scene1/Conventional/scene1.ls", Laya.Handler.create(this, function (s: Laya.Scene3D): void { var scene = s; Laya.stage.addChild(scene);         }));   加载代码 2019-03-13 0 0 分享 微博 Q...

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

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

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

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

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

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

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

346. 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

347. 2D方向光 · LayaAir3.4 · 引擎文档 · LAYABOX [ 71%]

...; // 例如,设置在屏幕左上角 this.displayText.y = 10; this.owner.scene.addChild(this.displayText); // 在场景中添加文本显示 } onUpdate(): void { // 更新时间 this.dayTime = (this.dayTime + Laya.timer.delta / 1000) % this.dayDuration; const totalMinutes = Math.floor((this.getAdj...

来源: Laya3.0_文档 发布时间: 20251010

348. 调用动画结束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

349. 当使用代码创建打开场景时,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

350. 获取不到父物体 节点 [ 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