大约有 321 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0039 秒)
Laya_社区(204) Laya3.0_api(66) Laya2.0_文档(13) Laya3.0_文档(13) Laya2.0_示例(9) Laya_示例(8) laya_api(4) Laya2.0_api(4)
...s.flag) ? this.texture1 : this.texture2; // 更换纹理 this.ape.graphics.clear(); var texture: Texture = Laya.loader.getRes(textureUrl); this.ape.loadImage(textureUrl); // 设置交互区域 this.ape.size(texture.width, texture.height); } } } new laya.Sprite_SwitchTexture(); ``` 运行代码效果...
来源: Laya2.0_文档 发布时间: 20210715
...关的链接 提交 2 个回复 Laya_XS 赞同来自: 你通过Laya.timer.clear(this,onDrag);即可! 2017-02-23 0 0 分享 微博 QZONE 微信 nvziyiqiu 赞同来自: 可以了,谢谢~O(∩_∩)O 2017-02-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20170223
...int.setTo(Laya.stage.mouseX,Laya.stage.mouseY); Laya.timer.clear(this,this.tweenMove); Tween.clearTween(this); Laya.stage.once(/*laya.events.Event.MOUSE_UP*/"mouseup",this,this.onStageMouseUp2); Laya.stage.once(/*laya.events.Event.MOUSE...
来源: Laya_社区 发布时间: 20201118
...颜色问题 IDE1.7.8 json图集加载问题 关于removechild、destory、clear的问题 ios原生回调问题 event自定义事件的问题 问题状态 最新活动: 2018-11-16 16:08 浏览: 2514 关注: 2 人
来源: Laya_社区 发布时间: 20181105
...tvalue = value; target = parseInt(360 * value - 90); this.vmask.graphics.clear(); if(target == -90){ //this.vmask.graphics.drawPie(0, 0, 20, -90, -90, "#000000"); this.vmask.graphics.drawPie(0, 0, 20, -90, -89, "#000000"); }else{ this.vmask.graphics.drawPie(0, 0, 20, -90, 0, "#000000"); } } ...
来源: Laya_社区 发布时间: 20180725
....readUTFBytes()); } socket.input.clear(); } private function onConnectError(e:Event=null):void { Log.print("error"); txt.text = "Socket error"; }...
来源: Laya_社区 发布时间: 20170209
... //清除标记 this.renderTargetCamera.clearFlag = BaseCamera.CLEARFLAG_SKY; var rtex = new Texture(((<Texture2D>(this.renderTargetCamera.renderTarget as any))), Texture.DEF_UV); this.imgSp = new Sp...
来源: Laya_社区 发布时间: 20200529
...使用 reflection error: can not find method signature 反射错误 Timer.clear清理同caller同method的多个loop 问题状态 最新活动: 2019-05-21 20:59 浏览: 815 关注: 2 人
来源: Laya_社区 发布时间: 20190117
... is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function onConnectError(e:Event=null):void { trace("error"); } } }
来源: Laya2.0_示例 发布时间: 20251209
...ount > 0) { this.countLabel.text = '' + this.count; } else { Laya.timer.clear(this,this.countdown); this.destroy(true); } }这是一个继承自laya.ui.Dialog的对象,设置this.zOrder = 100;导致numChildren异常,关闭时报错。 开发者往往并不能确定确切的zOrder值,可能...
来源: Laya_社区 发布时间: 20171012