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

大约有 397 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0054 秒)

171. 新手请问下如何开启Laya3D的physics [ 81%]

...Cannot read property 'btCollisionObject' of undefined at PhysicsCollider.__proto._onAdded (laya.d3.js:39300) at MeshSprite3D.__proto._addComponentInstance (laya.core.js:13707) at MeshSprite3D.__proto.addComponent (laya.core.js:13782) at Function.Utils3D._createNodeByJson (laya.d3.js:9676) unity是5....

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

172. 销毁有声音的spine动画,skeleton中的_onAniSoundStoped有时会报undefined错误 [ 81%]

...@param force 是否强制删掉所有的声音channel     */     __proto._onAniSoundStoped=function(force){         var _channel;         for (var len=this._soundChannelArr.length,i=0;i < len;i++){             _channel=this._soundChannelArr;          ...

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

173. Laya中Button等组件lose skin的问题 [ 81%]

...on设置皮肤的地方,发现它会去调用changeClips。 __getset(0,__proto,'skin',function(){         return this._skin;         },function(value){         if (this._skin !=value){             this._skin=value;             this.callLater(this.cha...

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

174. 释放资源报错 [ 81%]

...peError: Cannot read property 'off' of null     at SkinnedMeshRenderer.__proto._destroy (laya.d3.js:41972)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:34884)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:43737)   发现           if (this._cacheRootBone){     ...

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

175. Laya2.0构建APP运行闪退,laya.core.js报错 [ 80%]

...ls.createByData (http://stand.alone.version/lib ... 829:19) at LoginPage.__proto.createView (http://stand.alone.version/lib ... 920:15) at LoginPage.__proto.loadScene (ht 02-27 18:12:29.202 6428-6520/? E/LayaBox: ==JSERROR: http://stand.alone.version/lib ... 2712: TypeError: this.nativeInput.setBgCo...

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

176. 微信小游戏IDE加载位图字体,提示错误 [ 80%]

...ypeError: xml.getElementsByTagName is not a function     at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17)     at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11)     at HTMLImage.onload (http://127.0.0.1:61385/game/code.js:21213:15)     at Im...

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

177. Panel控件滑动区域不正常的问题 [ 80%]

...panel的代码中添加如下方法 /** *设置容器的点击区域 */ __proto.setContentHitArea = function () { var content=this._content; var rect = new Laya.Sprite(); rect.graphics.drawRect(0, 0, this.contentWidth, this.contentHeight, "#000000"); content.hitArea = new Laya.HitArea(); content.hit...

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

178. [LayaAir2]iOS设备,抖音app报错 requestAnimationFrame [ 80%]

...de] at f(helium.js:4:269) at ?(helium.js:4:865) at ?(helium.js:6:1578) " __proto__: Object __defineGetter__: function() __defineSetter__: function() __lookupGetter__: function() __lookupSetter__: function() __proto__: null constructor: function() hasOwnProperty: function() isPrototypeOf: function() ...

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

179. 关于 接facebook sdk [ 79%]

...关的链接 提交 1 个回复 Allen_叶 赞同来自: // 游戏初始 _proto.Init = function(callback){ if(onFaceBook){ FBInstant.initializeAsync().then(function() { this.playerID = FBInstant.player.getID(); if(callback){ callback(); } }); }   //资源加载进度 _proto.LoadingProcess = function...

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

180. 请问老师如何使用.proto文件? [ 79%]

请问老师如何使用.proto文件? 比如user.proto 2017-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: zhang92tong http://layaair.ldc.layabox.com/demo/?Network_ProtocolBuffer ...

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