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

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

11. 贝塞尔曲线运动 [ 73%]

...式下3d模型运动时闪烁 物体加上Rigidibody 之后运动 Matrix.concat 出现a为underfined 问题状态 最新活动: 2018-10-23 16:48 浏览: 1488 关注: 2 人

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

12. 针对2.0.0 beta5 setLoadingPage 做增强 [ 73%]

...]).then(res => { let nextScene = res[0] if (res.length > 1) param = .concat((param || ), [res[1]]) nextScene.open(closeOther, param) if (complete) complete.runWith(nextScene) // 重新设置loadingPage 并隐藏 Laya.Scene.setLoadingPage(this._loadScene) Laya.Scene.hideLoadingPage() }) } /** *...

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

13. 混合模式-Lighter [ 73%]

...ion { var frames: Array = []; for (var i: number = 1; i = animation.frames.concat(); // 反转帧 clips = clips.reverse(); // 添加到已有帧末尾 animation.frames = animation.frames.concat(clips); animation.play(); return animation; } private preFixNumber(num:number, strLen:number):string { ret...

来源: Laya_示例 发布时间: 20260816

14. 混合模式-Lighter [ 72%]

...ion { var frames: Array = []; for (var i: number = 1; i = animation.frames.concat(); // 反转帧 clips = clips.reverse(); // 添加到已有帧末尾 animation.frames = animation.frames.concat(clips); animation.play(); return animation; } private preFixNumber(num:number, strLen:number):string { ret...

来源: Laya2.0_示例 发布时间: 20260816

15. laya.maths.Matrix_API3.0 [ 71%]

...Index Constructors constructor Properties a b c d tx ty TEMP Methods clone concat copyTo destroy getScaleX getScaleY identity invert invertTransformPoint recover rotate scale setTo setTranslate skew toString transformPoint transformPointN translate create mul mul16 Constructors constructor new Matri...

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

16. UI-RefreshList [ 62%]

...reateData(5, "顶部新增的标题"); //加到源数据前面 _arr = _arr.concat(this.refreshList.array); var index = 0 + 5; var line = 0; //所有的红点数据索引都增加 if (this.redHotStatus.length > 0) { for (let i = 0; i { //更新list数据源 this.refreshList.array = _arr; this.refresh...

来源: Laya2.0_示例 发布时间: 20260816

17. laya接入fairyGUI的时候资源加载方式? [ 56%]

...therLoadData && otherLoadData.length > 0) { loadData = loadData.concat(otherLoadData); } for (var i = 0; i < loadData.length; i++) { if (Object.prototype.toString.call(loadData[i]) === "[object Object]") { loadData[i].priority = this.priority; } } Laya.loader.load(loadData, Laya.Handle...

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

18. 微信小游戏加载资源问题 [ 33%]

...subNativeFiles[key]; MiniAdpter.subNativeheads = MiniAdpter.subNativeheads.concat(tempArr); for (var aa = 0; aa < tempArr.length; aa++) { MiniAdpter.subMaps[tempArr[aa]] = key + "/" + tempArr[aa]; } } } if (MiniAdpter.subNativeFiles && url.indexOf("/") != -1) { var cur...

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