大约有 285 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...请教请教! 我添加了方向光: //添加方向光 this.m_light = this.m_scene3D.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; this.m_light.color = new Laya.Vector3(0.8, 0.8, 0.8); this.m_light.transform.worldMatrix.setF...
来源: Laya_社区 发布时间: 20200323
...Laya.loader.load([{url:"res/atlas/comp.json",type:"atlas"}],Handler.create(this,this.onLoadUi)); } __proto.onLoadUi=function(){ Laya.timer.loop(100,this,this.onLoaded); } __proto.onLoaded=function(){ if(this.isOpen){ return; } this.isOpen=true; var testView=new TestView(); Laya.stage.addChild(testVi...
来源: Laya_社区 发布时间: 20190517
...画问题 在UI编辑其中直接拖入一个龙骨动画F12导出,调用this.guge.play(1,true)运行会报错,如果不调用this.guge.play(1,true)方法会执行默认动作,添加上就会报错,见下图 最后各种尝试,折腾好久发现好像是,调用代码调用this。guge。p...
来源: Laya_社区 发布时间: 20180322
...邀请: 与内容相关的链接 提交 2 个回复 金风 赞同来自: this.xhr.once(Laya.Event.COMPLETE, this, this.CompleteHandler); this.xhr.once(Laya.Event.ERROR, this, this.ErrorHandler); this.xhr.on(Laya.Event.PROGRESS, this, this.ProgressHandler); this.xhr.send(Global.WebHost+this.currentRe...
来源: Laya_社区 发布时间: 20200629
...regClass() export class LoaderDemo extends Laya.Script { onAwake(): void { this.loadTexture("resources/image/monkey2.png", 500);//需要在resources/image放入相应的资源 this.loadTexture("https://layaair.com/3.x/demo/resources/res/apes/monkey2.png"); } /**加载并显示图片 */ loadTexture(u...
来源: Laya3.0_文档 发布时间: 20241014
...没有办法实现, 下面是之前flash代码 bitmapData.applyFilter(this._mask, this._mask.rect, zeroPoint, this._colorFilter); sprite.copyPixels(this._base, this._base.rect, zeroPoint); sprite.draw(bitmapData, null, null, this._maskBlendMode); 2016-07-30 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20160730
...onLoaded=function(data){ 在 var bFont=new BitmapFont(); bFont.parseFont(this._data,data);之前加入 this._data = Utils.parseXMLFromString(this._data);就ok了 2018-05-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zh920627 相关...
来源: Laya_社区 发布时间: 20180306
微信小游戏api 调用 wx前会自动加this 希望官网给解决一下 可以吗 2018-05-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 描述具体一点。 这个标题语义不...
来源: Laya_社区 发布时间: 20180529
...身是否有解决方案啊 wxhelper.jsclass WXHELPER { constructor () { this._isWxContext = !!window.wx } onShow (callback) { if (!this._isWxContext) return window.wx.onShow(callback) } onHide (callback) { if (!this._isWxContext) return window.wx.onHide(callback) } offShow (callback) { if (!this....
来源: Laya_社区 发布时间: 20181101
... measureResult=/*__JS__ */window.conchTextCanvas.measureText(this._testWord); }else { measureResult=Browser.context.measureText(Text._testWord); } this._charSize.width=measure...
来源: Laya_社区 发布时间: 20190425