大约有 3 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0044 秒)
...open(closeOther, param) if (complete) complete.runWith(nextScene) // 重新设置loadingPage 并隐藏 Laya.Scene.setLoadingPage(this._loadScene) Laya.Scene.hideLoadingPage() }) } /** * 打开场景 * otherHandler 会阻塞 loadScene * ohterHandler 执行成功后执行 loadScene * @param {String} u...
来源: Laya_社区 发布时间: 20181124
...出工具无法导出摄相机和Light的cullingMask,每次都要手工设置,容易出现编辑器与代码不同步的情况 2、Laya的Light渲染时,没有cullingMask标记,所有光源会对所有对象生效。 最近在将之前做的一个2D项目,换成3D版本。看到Laya2.0说...
来源: Laya_社区 发布时间: 20200110
...tue = this.statue.getBounds(); var boundAngel = this.angel.getBounds(); // 设置位置 this.pos(42,399); this.tower.pos((boundBall.width - boundTower.width)/2+data.tower[towerLel].c1, -data.tower[towerLel].h+data.tower[towerLel].c2); this.aeroboat.pos((boundBall.width - boundTower.width)/2+data.tow...
来源: Laya_社区 发布时间: 20170720