大约有 397 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0043 秒)
...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
...@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
...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
...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
...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
...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
...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
...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
...关的链接 提交 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
微信环境下面Laya.Browser.window.protobuf.load不能读取本地的proto文件 var Browser = Laya.Browser; var ProtoBuf = Browser.window.protobuf; ProtoBuf.load("protobuf/awesome.proto", onAssetsLoaded); 本地预览,h5环境下都运行得好好的,但在微信小...
来源: Laya_社区 发布时间: 20180302