大约有 850 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(563) Laya3.0_api(100) Laya2.0_api(69) laya_api(68) Laya2.0_文档(20) Laya3.0_文档(13) Laya2.0_示例(9) Laya_示例(8)
...aller:*, method:Function, args:Array = null):void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean...
来源: laya_api 发布时间: 20170929
..., this, ()=> { angle +=1; if(angle > 360) { angle = 0; } sp.graphics.clear(); sp.graphics.drawPie(128,128,128,0,angle,"0xff0000"); var tex = sp.drawToTexture(256,256,0,0); //var html:Laya.HTMLCanvas = sp.drawToCanvas(256,256,0,0); //img.loadImageSource(html.source,true); //html.clear(); //html...
来源: Laya_社区 发布时间: 20190520
...下面的_infoPoll 没有发生变化, public dispose(): void { this.ani.clear(); Laya.Animation.clearCache(this.resUrl); this.ani = null; Laya.loader.clearRes(this.resUrl, true); } 我单独写了一个例子,这样释放没有问题,内存明显有变化,但是Laya.loader下面的_infoPoll...
来源: Laya_社区 发布时间: 20170905
...、ssmc 先添加一个tween,该tween执行完后,在回调里将自身clear掉,然后添加第二个tween,第二个tween执行完的回调里将自身clear调,重新添加tween,该tween回调函数指向第一个tween回调函数,可以实现tween的循环,至于什么时候停止...
来源: Laya_社区 发布时间: 20170718
...下来的部分,但黄色的原图一直还在,即便调用了graphics.clear()方法 这是我重绘部分的代码,我是应该用sprite.graphics去重绘,还是该调用Laya.Render.context中的方法去重绘,绘制部分代码如下(points,是我裁切后的多边形位置点数...
来源: Laya_社区 发布时间: 20200428
...己发现问题 “找到问题了,我在unity里面把camera的clear flags设置成don not clear,原来是skybox。“不知道为啥这么改了安卓出问题了” 2018-06-28 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 是哪个浏览器的? 有demo 和模型源文...
来源: Laya_社区 发布时间: 20180628
...blic Methods MethodDefined By __init__():void[static] LocalStorage clear():void[static] 清除本地存储信息。 LocalStorage getItem(key:String):String[static] 获取指定键名的值。 LocalStorage getJSON(key:String):Object[static] 获取指定键名对应的 Object 类型值...
来源: laya_api 发布时间: 20170929
...c Methods MethodDefined By __init__():Boolean[static] LocalStorage clear():void[static] 清除本地存储信息。 LocalStorage getItem(key:String):String[static] 获取指定键名的值。 LocalStorage getJSON(key:String):Object[static] 获取指定键名对应的 Object 类型值...
来源: Laya2.0_api 发布时间: 20190513
...aller:*, method:Function, args:Array = null):void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean...
来源: Laya2.0_api 发布时间: 20190513
...ey = (this.flag = !this.flag) ? monkey1Res : monkey2Res; this.ape.graphics.clear(); this.ape.graphics.drawTexture(monkey, 0, 0); this.ape.size(monkey.width, monkey.height); } } new Sprite_SwitchTexture();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Texture = Laya.Text...
来源: Laya2.0_示例 发布时间: 20241118