大约有 512 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0059 秒)
Laya_社区(313) Laya3.0_api(82) Laya2.0_api(48) laya_api(45) Laya2.0_文档(16) Laya3.0_文档(7) Laya2.0_示例(1)
...内存啊 cuixueying • 2016-10-26 18:01 使用Laya.loader.clearRes可以清理掉缓存的图集
来源: Laya_社区 发布时间: 20161026
LayaAir引擎 Animation 使用疑问 清理问题 内存没有发生变化 private onBtnClick(): void { this.body = new Laya.Animation(); this.body.y = -100; this.body.interval = 50; this.addChild(this.body); this.body.play(0, true, "hero_fly"); } private body: Laya.Animation; private onBtn2Click()...
来源: Laya_社区 发布时间: 20170615
...设置中添加组件的路径了。如下图所示: 4.导出(F12)或清理并导出(Ctrl+F12)UI界面,在代码中实例化UI界面之前先完成文档中的第6个步骤(必看)。实例化并添加完UI界面之后先不要着急运行;切换到文档页面完成5.2的步骤 ...
来源: Laya_社区 发布时间: 20171115
Image刷新问题 服务器图片更换后,客户端如何清理缓存 let itImg = new Laya.Image(); itImg.skin = "http://******/get_img.php?"; Laya.stage.addChild(itImg); 如果"http://******/get_img.php?"图片更换了,我这边如何更换我的image展示 2018-04-16 添加评论 ...
来源: Laya_社区 发布时间: 20180416
...迟计算数据。 Component 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
...迟计算数据。 Component 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
...于延迟计算数据。 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
...于延迟计算数据。 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
...指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*):void[override] 克隆。 MeshSprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点...
来源: laya_api 发布时间: 20170929
...build web, destPath=c:\test/release/web 正在初始化 Run .onSetup 正在清理旧数据 开始构建 正在准备资源 ExportAssetTool: 1 assets to parse ExportAssetTool: 1 assets to parse 正在导出资源 ExportAssetTool: 2 items to write 正在编译和打包脚本 正在拷贝文件 正在...
来源: Laya_社区 发布时间: 20250102