大约有 911 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0056 秒)
...未被定义,需要把puremvc绑定到window上 if( typeof define === "function" ) { define( "puremvc", [], function() { var puremvc; (function (puremvc) { "use strict"; //... })(puremvc || (puremvc = {})); }) } //修改为: var puremvc=window.puremvc||(window.puremvc={}); (funct...
来源: Laya_社区 发布时间: 20190426
...构造函数怎么相互调用,使用对方的变量? A.js:var A=(function(){ function A(){ this.a=0; } })(); var a=new A(); B.js: var B=(function(){ function B(){ this.b=1; } })(); 我想在B.js文件中用A.js的属性a,该怎么操作,请大神帮帮小白。...
来源: Laya_社区 发布时间: 20190129
...我这样写set的时候报错 Uncaught TypeError: this._setValue is not a function at CustomMaterial.setAlphaTestValue (CustomMaterial.js:34) at LayaAir3D.js:94CustomMaterial.setAlphaTestValue @ CustomMaterial.js:34 (anonymous) function CustomMaterial() { CustomMaterial.__super.call(this); ...
来源: Laya_社区 发布时间: 20170526
...完成一遍后有没事件或者回调 执行回调函数时报is not a function 问题状态 最新活动: 2018-03-21 10:33 浏览: 811 关注: 2 人 jinfawu • 2018-03-21 10:50 我的代码是这样写的: Laya.loader.create("scenes/LayaScene_yueren/yueren.ls", Laya.Handler.create(th...
来源: Laya_社区 发布时间: 20180321
...ite3D.load("fff.lh")) as Sprite3D; wjqs.once(Event.HIERARCHY_LOADED, this, function():void { var aaa:ShurikenParticleSystem = wjqs.getChildAt(0).getChildAt(0).particleSystem; aaa.on(Event.COMPLETE, this, function() { trace("COMPLETE callback!!"); }); }); 2017-05-15 0 1 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20170512
....3.0,demo放在附件 报错信息: TypeError: Laya.interface is not a function preload.js:55 at file:///F:/laya_workspace/FS/ElcBlock/client/bin/libs/laya.cloud.js:4:15 at file:///F:/laya_workspace/FS/ElcBlock/client/bin/libs/laya.cloud.js:682:3 TypeError: Laya.interface is not a function...
来源: Laya_社区 发布时间: 20200109
... 小明同学 有空看看我那个错误 wx.getFileSystemManager is not a function;at requestAnimationFrame callback function TypeError: wx.getFileSystemManager is not a function
来源: Laya_社区 发布时间: 20180725
...测到碰撞信息后删除对方。 PlayerMove.prototype.onTriggerStay = function (other) { this.tsizex = this.box._components[0]._transformOrientedBoundBox.extents.x; this.tsizez = this.box._components[0]._transformOrientedBoundBox.extents.z; this.osizex = other._transformOrientedBoundBox.extents....
来源: Laya_社区 发布时间: 20181017
...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除侦听器。 Parameters type: strin...
来源: Laya3.0_api 发布时间: 20231115
...使用wx等微信基础对象,ide版本1.7.19.1beta wx.login({ success: function () { wx.getUserInfo({ success: function (res) { console.log('success', res) }, fail: function (res) { console.log("reject",res) } }) } }); 这段代码里的wx对象,报错如下 "wx is not defined" 2018-07-28 添...
来源: Laya_社区 发布时间: 20180728