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

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

1271. laya.utils.Base64Tool_API3.0 [ 52%]

...g reghead decode encode init isBase64String Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

1272. 选择压缩混淆 JS发布项目,protobuf解析报错 [ 52%]

...eType只有5个类型,为什么会报6     Reader.prototype.skipType = function(wireType) { switch (wireType) { case 0: this.skip(); break; case 1: this.skip(8); break; case 2: this.skip(this.uint32()); break; case 3: do { // eslint-disable-line no-constant-condition if ((wireType = this.uint32(...

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

1273. 调用Laya.Utils.parseXMLFromString 时一直报undefined的错误 [ 52%]

调用Laya.Utils.parseXMLFromString 时一直报undefined的错误 function treeInit() {     let treeData = "<data>";     for (let i = 0; i < 5; ++i) {         treeData += "<item label='Directory " + (i + 1) + "' isOpen='true'>";         for (let j = 0; j <...

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

1274. HttpRequest在网页上和APP上表现不一致 [ 52%]

...aya.HttpRequest();     hr.http.timeout = 3000;     hr.http.ontimeout = function(){console.log("http timeout test: timeout")};     hr.once(Laya.Event.COMPLETE, this, ()=>{console.log("http timeout test: success");});     hr.once(Laya.Event.ERROR, this, (e: any)=>{console.log("http timeo...

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

1275. LayaAirIDE支持编译成windows本地exe程序吗?就好像UNITY3D那样 [ 52%]

...oBuf 支持 as3 版本吗? 导微信小程序报错window.focus is not a function 微信小程序 发布后缺少app.json文件 请问layaair2.0-js 怎么用程序在list中添加多元素的item Layabox如何实现本地存储 本地调试加载本地图片都报错 laya支持批处理调用js压...

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

1276. Uncaught Error: Laya3D:unknown mesh version [ 52%]

..."LayaScene_yuanwenj2/Conventional/yuanwenj2.ls", Laya.Handler.create(this, function() {             console.log("sssssssssssss");         })); 或者使用 Laya.Scene3D.load('LayaScene_yuanwenj2/Conventional/yuanwenj2.ls',Laya.Handler.create(this,this.onComplete都会报这个错...

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

1277. 关于Graphics绘制多次后使用它仍然是多个drawcall [ 52%]

...ar index = 0; var sp: Sprite = new Sprite; stage.addChild(sp); setInterval(function () { sp.graphics = arr[index++] if (index >= arr.length) { index = 0; } }, 1000); 这种方式按照我的理解应该每次切换一个Graphics,但一个Graphics绘制了N次,实际drawcall是N次,而且是...

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

1278. laya.d3.loaders.ShaderParser_API3.0 [ 52%]

...rse CGBlock shaderBlock split shaderDataOBJ Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method

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

1279. 3D开启多线程报错 [ 52%]

...t TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:37225)     at Texture2D.__proto.recreateResource (laya.d3.js:37271)     at Texture2D.__proto.onAsynLoaded ...

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

1280. Cannot connect to runtime process, timeout after 10000 ms [ 52%]

...加参数吗 prefab添加runtime脚本 comp._addComponentInstance is not a function 2.0 Beta3版本中,runtime脚本的的问题 看腾讯课程碰到的runtime无效问题 IDE界面编辑中最顶层view设置runtime无效 Cannot connect to runtime process, timeout after 10000 ms 自动关闭 问...

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