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

大约有 1,740 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0057 秒)

181. 类未找到方法 [ 75%]

类未找到方法 public class Welcome extends welcomeUI { public function Welcome() { requestData(); } private function requestData():void{ RequestConfig.instance.getRequestConfig(String(0), requestCallback); } private function requestCallback(success:Boolean):void { if(success) { loadingRes(); }...

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

182. layaair2-cmd 运行报错,求助 [ 74%]

...ming\npm\node_modules\layaair2-cmd\node_modules\gulp\bin\gulp.js'     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)     at Function.Module._load (internal/modules/cjs/loader.js:562:25)     at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)     at...

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

183. 关于微信小游戏渲染子域图的问题 [ 74%]

...); 上面这句报错: gameThirdScriptError value._addReference is not a function TypeError: value._addReference is not a function     at Texture.<anonymous> (http://127.0.0.1:10656/game/js/bundle.js:15188:19)     at Texture.__proto.setTo (http://127.0.0.1:10656/game/js/bundle.js:15065:1...

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

184. laya.events.MouseManager_API3.0 [ 74%]

...控 Methods check3DUI check3DUI(mousex: number, mousey: number, callback: Function): boolean Defined in laya/events/MouseManager.ts:311 处理3d界面。 Parameters mousex: number mousey: number callback: Function Returns boolean handleCapture handleCapture(mousex: number, mousey: number, callback: ...

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

185. 照着官方文档写的 Dialog 报错? [ 74%]

照着官方文档写的 Dialog 报错? var LoadResource = function () { LoadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, ...

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

186. eval函数接微信时,报第三方错误,找不到这个函数 [ 74%]

...第三方错误,找不到这个函数 gameThirdScriptError eval is not a function TypeError: eval is not a function 2018-07-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 顺着报错...

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

187. laya.d3.animation.AnimationTransform3D_API3.0 [ 74%]

...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...

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

188. laya.device.motion.Accelerator_API3.0 [ 74%]

...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...

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

189. 模仿教程里的打地鼠写的代码,运行报错 [ 74%]

...,运行报错 在LayaUISample.js里面是这样写的 var LayaSample = (function(){ (function(){ //初始化引擎 Laya.init(800,600); //设置背景颜色 Laya.stage.bgColor = "#ffcccc"; //加载资源 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATL...

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

190. TypeError: Cannot read property 'GetType' of null [ 74%]

...打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function Cannot read prope...

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