大约有 164 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0033 秒)
...laya.physics.js暂时把问题解决了 方法是: 找到box2d.b2World.prototype.DestroyJoint 在下面两行代码之前添加this.m_jointCount判断 box2d.ENABLE_ASSERTS && box2d.b2Assert(0 < this.m_jointCount); --this.m_jointCount; 完整代码如下: box2d.b2World.prototype.Des...
来源: Laya_社区 发布时间: 20181024
...es/sound/Award.mp3", 1, new Handler(this, this.loopSounder)); Barrier.prototype.loopSounder = function() { this.loopSound = true; } 文件是一个499字节的mp3文件 没法上传 Prajna • 2018-05-14 11:03 @w1114367261 其实应该是mp3文件的问题,但是IOS的可以,是不是Androi...
来源: Laya_社区 发布时间: 20180514
..., this.doSpecialEffect); 通过cell 距离 设置他的缩放比 MainPanel.prototype.doSpecialEffect = function () { //change the scale according to the distance to the middle var midX = this._list.scrollPane.posX + this._list.viewWidth / 2; var cnt = this._list.n...
来源: Laya_社区 发布时间: 20180719
...super(this); } Laya.class(MPanel1, "MPanel1", _super) var _proto = MPanel1.prototype; return MPanel1; }(ui.Panel1UI));代码如上,报错如下 附件 : --> 2018-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个...
来源: Laya_社区 发布时间: 20180206
... __class(Prefab,'laya.components.Prefab'); var __proto=Prefab.prototype; /** *通过预制创建实例 */ __proto.create=function(){ if (this.json)return SceneUtils.createByData(null,this.json); return null; } ...
来源: Laya_社区 发布时间: 20181102
...机存在问题 laya 2.0 bug onEnable 分离模式节点没有创建 Node.prototype._activeHierarchy存在的bug或者说是onEnable和onAwake的坑 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 2.4.0 已显示UI上面新增一个Script,不会触发Script的onEnable(...
来源: Laya_社区 发布时间: 20200827
...,"lineWidth":"1"}); } Laya.class(login,"login",_super); var _proto = login.prototype; return login; })(Laya.Sprite); 2017-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qwer0258 赞同来自: 好的,已经...
来源: Laya_社区 发布时间: 20170806
...方法,实际可用。怎么让 ts 不显示红色的? laya.ui.Image.prototype.hello= function () { alert(3); }; 如果用 ts 去调用 hello 方法的时候,会显示红色。实际运行肯定是没问题。 如果是自己的类,用 d.ts 肯定没问题。 2018-01-10...
来源: Laya_社区 发布时间: 20180110
...3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); } 输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.6251536885245902 0.6876280737704...
来源: Laya_社区 发布时间: 20180619
...ct); this._colliderShape.destroy(); _super.prototype._onDestroy.call(this); this._nativeColliderObject=null; this._colliderShape=null; this._simulation=null; (this.owner).transform.off(/*laya.events.Event...
来源: Laya_社区 发布时间: 20190318