大约有 2,563 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0065 秒)
Laya_社区(1378) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(8) Laya2.0_示例(6)
...netClasspublic class LoaderManagerInheritanceLoaderManager EventDispatcher Object LoaderManager 类用于用于批量加载资源。此类是单例,不要手动实例化此类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个...
来源: Laya2.0_api 发布时间: 20190513
...itanceSkinnedMeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object SkinnedMeshSprite3D 类用于创建网格。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy...
来源: Laya2.0_api 发布时间: 20190513
...扩展性问题 源码里面 Laya.getset 这个能不能支持可扩展吧 Object.defineProperty(o,name,{configurable:true,get:getfn,set:setfn,enumerable:false}); 比方说加上configurable:true这个字段 让开发者自己可以 去扩展getset函数啊 现在没有这个字段的话 开发者...
来源: Laya_社区 发布时间: 20170326
...:536:13) at childProcess.(anonymous function) (ELECTRON_ASAR.js:685:22) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:8:18) at Object.<anonymous> (D:\ruanjian\LayaAirIDE_1.7.10_beta\resources\app\node_modules\layacmd\print.js:113:3)...
来源: Laya_社区 发布时间: 20170905
...dules/layaair2-cmd/node_modules/natives/index.js:143:24) npm ERR! at Object.req [as require] (/usr/local/lib/node_modules/layaair2-cmd/node_modules/natives/index.js:55:10) npm ERR! at Object.<anonymous> (/usr/local/lib/node_modules/layaair2-cmd/node_modules/graceful-fs/fs.js:1:37) ...
来源: Laya_社区 发布时间: 20220406
...Loader.BUFFER, 1, true) private configLoaded(url):void { var data:Object = Laya.loader.getRes(url); console.log(data) var e = new Zlib.Inflate(data.buffer); data = e.decompress(); } 现在的问题是,var data:Object = Laya.loader.getRes(url);中,data是一个什么...
来源: Laya_社区 发布时间: 20171218
...信小游戏报错 这些报错应该是引擎的 1、undefined is not an object (evaluating 'measureResult.width');at socketTask.onmessage callback function 2、null is not an object (evaluating 'this._audio.play');at audioContext.onended callback function 3、Cannot read property 'play' of null;at...
来源: Laya_社区 发布时间: 20180728
...t;span style='color:#E2FC6C'>[世界]<span style='color:blue' href='[object Object]'>发呆do西瓜</span>:123123123123</span>" 在htmlDivElement对象中appendhtml后会出现顺序异常 代码如下 bug截图 附件 : --> 2018-05-23 添加评论 已悬赏1元 --> 分...
来源: Laya_社区 发布时间: 20180523
...yg/Build/Intermediates.noindex/ykmj.build/Debug-iphonesimulator/ykmj.build/Objects-normal/x86_64/ykmj.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-h...
来源: Laya_社区 发布时间: 20180122
...oncat(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.Handler.create(this, this.onComplete, [resKey, otherLoadData, complete, progress, ...
来源: Laya_社区 发布时间: 20191107