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

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

1061. iOS环境浏览器使用mask黑屏 [ 68%]

...改 WebGLContext.ts 的  static setBlendFunc 把  if (force || sFactor !== WebGLContext._sFactor || dFactor !== WebGLContext._dFactor) { 改成 if(true){   2. 改laya.core.js 找到 869行左右的 static setBlendFunc(gl, sFactor, dFactor) 函数 把  if (sFactor !== WebGLContext._sFa...

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

1062. 打包XCode项目包贴上二次开发demo代码时提示错误:Use of undeclared identifier 'conchRuntime' [ 68%]

...tecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 2019-05-08 0 0 分享 微博 QZONE 微信 Laya新用户 赞同来自: 有人解答么 2020-03-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人...

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

1063. 使用mask动画出现内存泄露问题(附重现示例DEMO) [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window ...

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

1064. 版本升级出现问题。1.7.6=》1.7.13 .图集全部乱掉了 [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? IDE1.7.8 json图集加载问题 谷歌...

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

1065. GlowFilter和TimeLine/Tween一起用的问题 [ 68%]

...TimeLine();         for(var i = 0; i < 5; i++){             t.to(glowFilter, {blur: 10}, 200, null, 0);             t.to(glowFilter, {blur: 1}, 200, null, 0);         }         t.on(Event.COMPLETE, this, function(){             sp.filters = null;         });   ...

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

1066. 导入微信小游戏的时候 [ 68%]

...prite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.;at api readFile success callback function Error: Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.     at Sprite3D.__proto.onAsynLoaded (http://127.0.0...

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

1067. dialog的lock属性没出现 [ 68%]

...我下面的例子 package { import laya.display.Stage; import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class DialogCenterClose { private const DIALOG_WIDTH:int = 220; private const DIALOG_HEIGHT:int = 275; private const ...

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

1068. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 68%]

...nly supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.getRes(url); } i...

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

1069. ls场景文件通过Laya.loader.create()预加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target ios14系统下 blendMode='lighter' 图片异常 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一...

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

1070. 3.0.3版本发布Web,运行有很大概率会出现gammaCorrection相关错误的的问题 [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya2.12.0项目出现卡顿现象(必现) 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 版本不匹配! 全局 tsc (2.2.2) != ...

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