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

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

1911. ProtobuffDemo-TS完整版本 [ 53%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2018-08-17 18:26 浏览: 3339 关注: 7 人 ljy328803417 • 2017-11-17 16:45 哈~~,可以分享下你们的Protobuff吗? huoxiaoxie83 • 2017-11-20 15:00 @ljy328803417:已...

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

1912. 发布安卓后异常 [ 53%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 修改stage的scale后,会发生异常情况 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 问题状态 最新活动: 2018-01-10 14:13 浏览: 708 关注: 2 人 Laya_Aaron •...

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

1913. TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function [ 53%]

...ty 'props' of undefined Uncaught TypeError: Cannot read property 'load' of null 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constr...

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

1914. 加载unity导出的场景显示模糊 [ 53%]

...e3D.load("res/LayaScene_Level1/Conventional/Level1.ls",Laya.Handler.create(null,function(scene){             //加载完成获取到了Scene3d             Laya.stage.addChild(scene);         })); 附件 : --> ball.rar 2021-04-28 添加评论 免费帖 --> 分享 微...

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

1915. [laya2.0-2.3]CollisionUtils.ts bug [ 53%]

...lisionUtils._tempV31; return true; }这个函数里面 distance 永远为null,  导致 空间平面和三角面判定有bug  static intersectsRayAndPlaneRD(ray:Ray, plane:Plane, out:number):boolean {}  这个接口 out不能是number对象.  2019-10-12 添加评论 免费帖 --> 分享 微...

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

1916. 计时器-延迟执行 [ 53%]

...ff", "center"); return button; } private function onDecreaseAlpha1(e:Event=null):void { //移除鼠标单击事件 button1.off(Event.CLICK, this, onDecreaseAlpha1); //定时执行一次(间隔时间) Laya.timer.once(3000, this, onComplete1); } private function onDecreaseAlpha2(e:Event=null):void { /...

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

1917. 用正则的方式检验打成APP会有问题 [ 53%]

...p(/^[\u4e00-\u9fa5a-zA-Z0-9.-_@]+$/,"i");              if(param!=null){                 for(var i:int=0;i<param.length;i++){                     if(param[i][1]!=""){                         if(pat.test(param[i][1])==false)            ...

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

1918. Laya3D开启透明通道和舞台背景透明后资源的表现问题 [ 53%]

... "black"时,framebuffer的clearColor为(0,0,0,1);设置stage.bgColor = null时,framebuffer的clearColor为(0,0,0,0)。您可以使用默认的stage.bgColor或者设置stage.bgColor="black"来达到效果。   2022-05-30 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...

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

1919. list的Handler.create的点击事件第二次点击不生效 [ 53%]

...二次点击不生效 list.selectHandler = Handler.create(this,onRender, null, false);//滚动列表点击事件 private function onRender(index:int):void{ list.setItem(lastSelect,arrConver(lastSelect,false));//取消选中效果 list.setItem(index,arrConver(index,true));//添加选中效果 trace("...

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

1920. 粒子释放问题 [ 53%]

...ad("res/particles/GravityMode.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); })();   function onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp);   sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })(); ---...

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