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

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

111. 微信飞机大战报错 [ 63%]

...堆栈:"Cannot set property 'text' of undefined"  调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined     at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\o...

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

112. Uncaught TypeError: Game.super is not a function [ 63%]

Uncaught TypeError: Game.super is not a function var Game = (function(_super){ function Game() { Game.super(this); } Laya.ClassUtils(Game,"Game",_super) return Game; })(ui.GameUI) 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

113. 微信小游戏,请先初始化小游戏适配库 [ 63%]

...配库,详细教程https://ldc.layabox.com/doc/?nav=zh-ts-5-0-0 console.error Browser.__init__ @ code.js:7132 (anonymous) @ code.js:7057 (anonymous) @ code.js:53348 (anonymous) @ code.js:53360 require @ WAGame.js:3 (anonymous) @ WAGame.js:3 (anonymous) @ game.js? [sm]:2 require @ WAGame.js:3 (anon...

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

114. [LayaAir3]Laya3.x graphics.drawCurves 闪烁的问题 [ 62%]

...mber[]) { if (points.length < 4 || points.length % 2 !== 0) { throw new Error("At least two points (four numbers) are required, and the total number of values must be even"); } this.points = points; } private static distance(x1: number, y1: number, x2: number, y2: number): number { let dx = x2-x1...

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

115. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 62%]

...dler); this.socket.on(Event.CLOSE,this,closeHandler); this.socket.on(Event.ERROR,this,errorHandler); } public function connect():void { if(!this.socket.connected){ this.socket.connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function send(msg:String):void { if(this.socket.connected){...

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

116. webgl模式下对Panel组件旋转时Panel子对象显示错误的BUG! [ 61%]

...个方法,走进了第二方法里 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 laya2的Scene默认是文件...

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

117. EXT:webgl support OES_vertex_array_object! [ 61%]

...ass[MiniAdpter] already exist: Object {init: } LayaAirIDE2.2 - Laya3D init error ,must support webGL 在初始化时候使用canvas 或者WebGL 两种模式对使用引擎有什么区别? 2.5引擎版本webgl使用遮罩动态变换位置和缩放时,会有线条,并未遮罩完整 2.0.0编译...

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

118. layaair 2.0 个人觉得编辑器【难用】的地方 [ 61%]

...编辑器的,用的最新版引擎 切换场景编辑器时 Laya3D init error must support webGl LayaAir IDE 最新版LayaAir IDE 2.2.0beta4的几个问题 MAC系统下使用IDE的场景编辑器时用MacBook的触摸板轻击有问题 问题状态 最新活动: 2019-03-28 11:53 浏览: 1593 关...

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

119. httpRequest send返回Request failed Status:0 [ 61%]

...Event.COMPLETE, this, this.completeHandler, [url, 1]); xhr.once(Laya.Event.ERROR, this, this.errorHandler); xhr.send(url, "", "get", "arraybuffer"); } } GameMain.prototype.completeHandler = function (URL, id, data) { // private completeHandler(data: Object, URL: string, id: number): void { //加载...

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

120. Resources already exist,is repeated loading 加载特效报重复加载 [ 60%]

...ng: D:/myLaya/myLaya/bin/res/threeDimen/particle/2d.lh laya.core.js:16639 [error]Failed to load: null 为什么加载自己从unity导出的特效会报已经存在不能重复加载?从打印的1111来看加载方法只调用过一次,但是用官方给的特效就不会报错 particleNew.part ...

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