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

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

3781. 嵌套类型的protobuf报错 [ 50%]

...Buf.Reflect.MessagePrototype.decode (protobuf.js?tick=17185:3249)     at Function.ProtoBuf.Reflect.MessagePrototype.build.Message.decode (protobuf.js?tick=17185:2949)     at ProtobufConverter.gtea.net.ProtobufConverter.__proto__.decode (gtea.js?tick=17185:1120)     at XMLHttpRequest.BaseUI.ext...

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

3782. laya.components.AnimatorTransition2D_API3.0 [ 50%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

3783. 微信开发工具编译报错 [ 50%]

...nts' of undefined TypeError: Cannot read property 'events' of undefined at Function.EventDispatcher.__init$ (http://127.0.0.1:35024/game/code.js:634:29) at http://127.0.0.1:35024/game/code.js:14:71 at Array.forEach (<anonymous>) at Object.__init (http://127.0.0.1:35024/game/code.js:14:36) at h...

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

3784. QQ 玩一玩 laya.bkadpter.js (新的版本) 报错 [ 50%]

...是用不了吗?播放的时候报错误:TypeError: tSound.play is not a function. (In 'tSound.play(startTime,loops)', 'tSound.play' is undefined)

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

3785. 求教 label.text之类的文本,能否支持从右到左的显示?或者有没有什么解决方案,现有阿拉伯文、维语的需求 [ 50%]

...版模式为右到左。          */         public static function setTextRightToLeft():void         {             var style:Object;             style = Browser.canvas.source.style;             style.display = "none";           ...

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

3786. Cannot read property 'props' of undefined [ 50%]

...…   Laya.Scene3D.load("LayaScene_Map/Map.ls",Laya.Handler.create(null,function(scene){             //加载完成获取到了Scene3d             Laya.stage.addChild(scene);         })); 附件 : --> LayaScene_Map.zip 2020-07-07 添加评论 免费帖 --> 分享 微...

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

3787. Texture引用计数不为0的时候执行销毁纹理destroy方法后再加载这个资源会导致重复加载 [ 50%]

...     /**     *销毁纹理。     */     __proto.destroy=function(force){         (force===void 0)&& (force=false);         if (!this._destroyed){             this._destroyed=true;             var bit=this._bitmap;           ...

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

3788. laya.components.AnimatorStateNumberCondition_API3.0 [ 50%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Inherited accessor

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

3789. shader 问题[关闭] [ 50%]

...false, _vlen, 4 * Laya.CONST3D2D.BYTES_PE] } }     sprite.customRender = function (context, x, y) {       context.ctx.setIBVB(x, y, this.iBuffer, this.vBuffer, this.iNum, null, this.customeShader, this.shaderValue, 0, 0)     } 1.如果我要 动态的,比如随时间改变他 就在customRe...

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

3790. SWF问题,转换了以后我按照示例做了个测试,SWF文件没有显示请帮我看看 [ 50%]

...res/atlas/swf/这个目录里面。     var MovieClip = Laya.MovieClip; (function() { var MC = new MovieClip(); Laya.stage.addChild(MC); MC.load("res/atlas/swf/cesi.swf",true); })(); 附件 : --> cesi.zip 2018-03-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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