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

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

141. 照着官方文档写的 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

142. 看了LayaAir引擎 HTML5 3D游戏开发基础(快速上手)以后按照示例写代码 [ 74%]

...开发基础(快速上手)以后按照示例写代码 var LayaSample=(function() { function LayaSample1() { Laya3D.init(600,400); } return LayaSample1;  }());   警告Warning!,this class[MiniAdpter] already exist: Object {init: } 运行后什么都没有白白的一片     var LayaSample=(fu...

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

143. 2.3.0截屏问题 [ 74%]

...ImageData is not defined ReferenceError: ImageData is not defined     at Function.RunDriver.drawToCanvas (http://127.0.0.1:27664/game/libs/laya.webgl.js:7119:27)   drawToCanvas怎么搞,截屏问题,谁看一下 2020-01-08 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相...

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

144. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 73%]

...请: 与内容相关的链接 提交 6 个回复 melody0529 赞同来自: (function(){ var Stage=Laya.Stage; var WebGL=Laya.WebGL; var config=Config; (function(){ console.log("运行程序。"); Laya.init(1280,720,WebGL); //设置适配模式 Laya.stage.alignH=Stage.ALIGN_CENTER; Laya.stage.alignV=S...

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

145. TypeError: Cannot read property 'GetType' of null [ 73%]

...打出的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

146. laya.events.MouseManager_API3.0 [ 73%]

...控 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

147. 在微信小游戏中使用list,兼听不到mouseHandler跟selectHandler。 [ 73%]

...emo一模一样。。。 // 这段代码需要在setupDemo之前执行。 (function() { // 项渲染器 var Box   = Laya.Box; var Image = Laya.Image;   var WID = 373, HEI = 85;   function Item() { Item.__super.call(this); this.size(WID, HEI); this.img = new Image(); this.addChild(this.img);   t...

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

148. 做了一个最简单的显示微信子域的程序,但是报错Cannot read property 'USER_DATA_PATH' of undefined [ 73%]

... Uncaught TypeError: Cannot read property 'USER_DATA_PATH' of undefined at Function.MiniFileMgr.setNativeFileDir (laya.wxmini.js:615) at Function.MiniAdpter.init (laya.wxmini.js:33) at Function.MiniAdpter.enable (laya.wxmini.js:19) at Function.Browser.__init__ (laya.core.js:8643) at Object.Laya.init...

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

149. 怎么使用http请求 [ 73%]

怎么使用http请求 httpRequest: function (url, data) { var xhr = cc.loader.getXMLHttpRequest(); if (!xhr.onreadystatechange) { xhr.onreadystatechange = function () { if (xhr.readyState == 4 && (xhr.status >= 200 && xhr.status <= 207)) { //cc.log("response:\n" + xhr.respons...

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

150. Laya2.0做排行榜时发布到微信中报错 [ 73%]

...错,改了laya.core.js之后又报了this.bitmap._getSource() is not a function,改了getsource之后不报错了,但是开放域的东西都没绘制出来,game.json里面设置了开放域的,并且使用laya微信开放域组件能够正常显示,使用2.0之前获取canvas的方式不行...

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