大约有 1,492 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0045 秒)
...esume。 * @param target 缓动的目标对象。可以为空。 * @param lifecycleOwner 生命周期对象,当销毁时,缓动会自动停止。一般情况下,如果任务的目标对象有 destroyed 属性,则不需要设置此属性。如果任务的目标对象没有 destroyed 属性,...
来源: Laya3.0_文档 发布时间: 20251010
...出到微信小游戏报错。 2018-05-04 0 2 分享 微博 QZONE 微信 IF.T 赞同来自: https://ask.layabox.com/question/14238 2018-05-08 0 0 分享 微博 QZONE 微信 Vongola 赞同来自: 有方法了嘛? 2018-06-13 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 小游戏引的顺...
来源: Laya_社区 发布时间: 20180504
...EditorEnv.IImageAssetImporter): void | Promise<void> { if (aassetImporter.settings.textureType != 2) { aassetImporter.settings.textureType = 2; } } } 2024-06-21 2 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问...
来源: Laya_社区 发布时间: 20240620
...to._transform = function (sprite, context, x, y) { if(sprite.destroyed){ return; } 2019-03-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 130*****330 相...
来源: Laya_社区 发布时间: 20190322
...tic playBackGroundMusic(url: string, start: number) { if (soundMsg.isPlayingBgMusic) { let path = "remote/music/" + url + '.mp3'; Laya.SoundManager.playMusic(path, 1, new Laya.Handler(this, () => { }), start) ...
来源: Laya_社区 发布时间: 20201102
...question/13181 并且找到bitmap._addReference关键字,改成下面: if(bitmap&& bitmap._addReference) bitmap._addReference(); 这个地方的bug已经没有 但是在微信程序中报错,这个报错的js文件是开放域的js: 目前用的是1.7.17版本的库(...
来源: Laya_社区 发布时间: 20180408
...nd a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' npm ERR! A complete log of this run can be found in: npm ERR! /Users/XJP/.npm/_logs/2018-01-17T08_47...
来源: Laya_社区 发布时间: 20180117
...te onLoadScene() { var scene: Laya.Scene = Laya.Scene.load(this.strScene); if (scene == null) { return; } this.mScene = scene; 大致的流程如上 错误堆栈: 2018-04-18 0 0 分享 微博 QZONE 微信 Apple 赞同来自: 建议先放个简单的模型试一下,然后排除法找到...
来源: Laya_社区 发布时间: 20180418
...07-26 1 0 分享 微博 QZONE 微信 AerTims 赞同来自: 特别好奇 /*[IF-FLASH]*/ package { /** * @private */ public function __JS__(value:*):* { return null; } } 这句话是什么意思~~~~~~查也查不到~在Laya源代码里面看到的 201...
来源: Laya_社区 发布时间: 20160723
...索引不再可索引范围,则终止该函数 if(index > json.length)return; //获取当前渲染条目的数据 var data = json[index]; cell._childs[0].text=data.text.text; ...
来源: Laya_社区 发布时间: 20180717