大约有 851 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0061 秒)
Laya_社区(563) Laya2.0_文档(114) Laya3.0_api(79) Laya3.0_文档(61) Laya_示例(31) Laya2.0_api(2) laya_api(1)
...现,QQ小游戏没事。 官方3D示例,不会卡死。 还有IOS Scene3D切换过程中乱点屏幕 end undefined __proto.remove=function(element){ var index=element._getIndexInList(); this.length--; if (index!==this.length){ ...
来源: Laya_社区 发布时间: 20190820
....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
...下的某个场景json文件。。竟然无法自动生成了? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 laya2.0加载3d场景报错Uncaught TypeError: Cannot read proper...
来源: Laya_社区 发布时间: 20170803
...态,请问纯代码怎么实现场景创建激活,谢谢? 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
...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
...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
... { 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
...码来声明、获取: 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
...提交 1 个回复 LayaAir3 赞同来自: 可否试试用这个方法 this.scene.physicsSimulation.raycastAllFromTo(this.from, this.to, this.hitResults);, 在门的前面和后面分别放两个cube,再测试一下 2023-03-17 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20230316
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