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

大约有 5,286 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0101 秒)

941. swf转成H5资源显示超出原有范围 [ 63%]

...帮忙看下,谢谢啦,贴上代码。 package {     import flash.display.Loader;     import flash.display.LoaderInfo;     import flash.display.MovieClip;     import flash.display.Sprite;     import flash.display.StageAlign;     import flash.display.StageScaleMode;     impor...

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

942. 使用HttpRequest向外部链接请求ip所在省份时,遇到 No 'Access-Control-Allow-Origin' header错误 [ 63%]

...quest = new HttpRequest();             req.once(Event.COMPLETE, this, function():void             {                 trace(req.data);             });             req.once(Event.ERROR, this, function():void             {              ...

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

943. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 63%]

web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create Uncaught TypeError: Cannot read properties of undefined (reading 'btCollisionObject_create')     at pi._onAdded (laya.d3.min.js:1:600219)     at xr._addComponentInstance (laya.core.min.js:1:250112)     at xr.a...

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

944. [LayaAir3]官方spine demo资源laya2.0安卓原生满帧laya3.0安卓原生只有10fps [ 63%]

...解决一下啊 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? spine在微信小游戏中切换动画无法显示 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined (Laya3.0非常严重BUG) 任意模型,只要坐标值越大,...

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

945. ide升级到LayaAirIDE_1.7.0_beta 后启动调试器报错 [ 62%]

...\vscode-chrome-debug-core\out\src\chrome\chromeDebugAdapter.js:944:32) at dispatchRequest (d:\LayaAirIDE_1.7.0_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeDebugSession.js:122:68) at ProtocolServer._handleData (d:\LayaAirIDE_1.7.0_beta\resources...

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

946. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 62%]

...manger(); return _I; } private static var socket:Socket=null; private var list:Array=; public function Connect(url:String):void { socket=new Socket(); socket.on(Event.OPEN, this, onSocketOpen); socket.on(Event.CLOSE, this, onSocketClose); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(...

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

947. 安装layaair2-cmd一直失败 [ 62%]

安装layaair2-cmd一直失败 C:\Users\Administrator>npm i layaair2-cmd -g npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage  due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Admini...

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

948. 使用layaAir3D从unity3D中导出场景模型时报错 [ 62%]

...nity3D中导出场景模型时报错 IndexOutOfRangeException: Array index is out of range. LayaExport.DataManager.saveSkinLmFile (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, System.String savePath) LayaExport.DataManager.getSkinnedMeshRendererComponentData (UnityEngine.GameObject gameObjec...

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

949. LayaAir 2.0 微信排行榜 离屏画布不能直接附加到组件纹理上 [ 62%]

...2.0不行(A,B两种方法) 报如下错误:   value._addReference is not a function   请问现在2。0该如何处理? 附件 : --> 2018-10-01 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 淡...

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

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

...redCanvas); 上面这句报错: 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.j...

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