大约有 250 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0068 秒)
...(Event.COMPLETE,this, complete,[sp,timeLine]); timeLine.play(0,false); } //清理缓动的函数 private function clearTime(timeLine:TimeLine):void { timeLine.destroy(); } //缓动播放完成后的回调 private function complete(sp:Sprite,timeLine:TimeLine):void { //缓动播放完成后,将旧...
来源: Laya_社区 发布时间: 20161207
...当texure的宽高大于512*512时,开发者需要手动对texure进行清理,避免内存堆积 //知识点普及:小于512*512的图片,加载后引擎会自动打开大图合集,无需开发者手动移除,引擎会自动判断,当内存大于最大上限阀值时,将旧的资源...
来源: Laya_社区 发布时间: 20170822
...于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node close(type:String = null):void 关闭场景 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自...
来源: Laya2.0_api 发布时间: 20190513
...类库,现在有个奇怪的问题,就是我的小游戏只要把缓存清理了,那么外部资源就可以加载到,很正常,但是如果我退出,不清理缓存,重进的话,图集加载的是外部资源的,但是png就是加载本地了。 这是什么原因~`我看代码了...
来源: Laya_社区 发布时间: 20200103
...会派发label事件 MovieClip clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更...
来源: laya_api 发布时间: 20170929
...ase.clear Defined in laya/display/Animation.ts:254 停止动画播放,并清理对象属性。之后可存入对象池,方便对象复用。 override Returns AnimationBase clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:60...
来源: Laya3.0_api 发布时间: 20231115
...于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈...
来源: Laya2.0_api 发布时间: 20190513
...上翻复习一下。 这里介绍几个注意要点, ##### 第一,要清理不需要的文本内容 如果之前为了辅助找到字符ID而导入了Txt文本字符,那需要在导出位图字体之前,先清除掉这些导入的源字符,否则导出后就如如下右侧蓝框中所示...
来源: Laya2.0_文档 发布时间: 20210715
...89466516用户 • 2020-06-04 14:37 @哦哦哦(´-ω-`):npm cache clean -f 清理一下之后 再去node_modules看一下 有没有之前没下成功的文件夹了 1589466516用户 • 2020-06-03 16:04 你可以试试 viktor • 2020-04-20 16:34 我的报错跟你的一样呐,服了。。。
来源: Laya_社区 发布时间: 20200211
...): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Def...
来源: Laya3.0_api 发布时间: 20231115