大约有 18 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0039 秒)
...式下3d模型运动时闪烁 物体加上Rigidibody 之后运动 Matrix.concat 出现a为underfined 问题状态 最新活动: 2018-10-23 16:48 浏览: 1488 关注: 2 人
来源: Laya_社区 发布时间: 20181017
...]).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
...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
...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
...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
...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
...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
...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