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

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

21. Laya2.0在Iframe中键盘事件不触发!!! [ 77%]

...   没使用laya的Iframe页面能正常响应键盘事件:http://148.70.119.141/test/platform1.html 使用了laya的Iframe页面无法响应键盘事件:http://148.70.119.141/test/platform2.html     2019-07-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

22. 部署web后无法请求访问HTTP API接口数据,调试模式下可以访问获取 [ 72%]

...模式下可以访问获取 Access to XMLHttpRequest at 'http://192.168.3.70:8081/api/test?data=test' from origin 'http://192.168.3.70:8082' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the req...

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

23. 灯光-方向光 [ 71%]

...niSprite3d.getComponentByType(Laya.Animator); animator.play(null, 1.0, 40, 70); }); var _quaternion = new Laya.Quaternion(); Laya.timer.frameLoop(1, null, function () { Laya.Quaternion.createFromYawPitchRoll(0.025, 0, 0, _quaternion); var _direction = directionLight.direction; Laya.Vector3.transform...

来源: Laya_示例 发布时间: 20260817

24. sprite.drawToCanvas绘制纹理无法释放内存资源 [ 70%]

.../WebGLCanvas.as +++ b/libs/laya/src/laya/webgl/resource/WebGLCanvas.as @@ -70,6 +70,7 @@ package laya.webgl.resource { override public function destroy():void { _ctx && _ctx.destroy(); _ctx = null; + super.destroy(); } public function get context():Context {即  WebGL.as 注释掉265,266 We...

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

25. [LayaAir3]LayaAir3.1.4在微信小游戏环境中加载Spine文件引擎会自动新增扩展名导致加载失败 [ 70%]

...自动新增扩展名导致加载失败 原始文件路径http://192.168.1.70/heidao/resource2/actgame/res/spine/lh_10001/lh_10001.skel 在微信小游戏中引擎不知为何自己新增扩名http://192.168.1.70/heidao/res ... l.bin,造成了加载失败 附件 : --> 2024-07-12 添加评论 免...

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

26. 构建app闪退,测试app扫码可以运行 [ 68%]

...8:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0x7c 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470]     string: 'http://192.16...

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

27. laya animation播放图片集合,切换时会闪烁一下 [ 68%]

...s.animation); this.animation.loadImages(images); this.animation.interval = 70; this.animation.play(0); return  this.animation } 我不知道你是怎么做的。这样是没问题的 2019-03-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, ...

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

28. UI-RadioGroup [ 67%]

...oGroup { var rg: RadioGroup = new RadioGroup(); rg.skin = skin; rg.space = 70; rg.direction = "v"; rg.labels = "Item1, Item2, Item3"; rg.labelColors = "#787878,#d3d3d3,#FFFFFF"; rg.labelSize = 20; rg.labelBold = true; rg.labelPadding = "5,0,0,5"; rg.selectHandler = new Handler(this, this.onSelectCha...

来源: Laya_示例 发布时间: 20260817

29. UI-RadioGroup [ 67%]

...oGroup { var rg: RadioGroup = new RadioGroup(); rg.skin = skin; rg.space = 70; rg.direction = "v"; rg.labels = "Item1, Item2, Item3"; rg.labelColors = "#787878,#d3d3d3,#FFFFFF"; rg.labelSize = 20; rg.labelBold = true; rg.labelPadding = "5,0,0,5"; rg.selectHandler = new Handler(this, this.onSelectCha...

来源: Laya2.0_示例 发布时间: 20260817

30. 图形的扇形 [ 63%]

...es Sprite Pie imgSp.graphics.clear(); imgSp.graphics.drawPie(501,501,501,0,70,""); 2018-12-11 0 0 分享 微博 QZONE 微信 熊猫大侠 赞同来自: 自己回复一个 然后给自己的回复设置最佳 2018-11-13 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题...

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