• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 119 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0062 秒)

111. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 46%]

...e.destroyUnusedResources()`接口统一销毁。 ​ **Tip**:注意需要清理一个的Scene3D或者Sprite3D 相关的资源时,需要销毁(destroy)的不单单是他的本体精灵,克隆的精灵也需要进行销毁。此时`destroyUnusedResources` 方法会自动释放掉所有没有...

来源: Laya2.0_文档 发布时间: 20210715

112. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 46%]

...e.destroyUnusedResources()`接口统一销毁。 ​ **Tip**:注意需要清理一个的Scene3D或者Sprite3D 相关的资源时,需要销毁(destroy)的不单单是他的本体精灵,克隆的精灵也需要进行销毁。此时`destroyUnusedResources` 方法会自动释放掉所有没有...

来源: Laya2.0_文档 发布时间: 20210715

113. 发现TimeLine的一些问题,像是BUG [ 45%]

...(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

114. laya.display.Animation_API3.0 [ 35%]

...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

115. laya.ui.MoreGame [ 33%]

...于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node close(type:String = null):void 关闭场景 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,需要自...

来源: Laya2.0_api 发布时间: 20190513

116. laya.ani.swf.MovieClip [ 32%]

...会派发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

117. laya.ani.swf.MovieClip [ 32%]

...于延迟计算数据。 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

118. 安装layaair2-cmd一直失败 [ 23%]

...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

119. laya.ani.swf.MovieClip_API3.0 [ 14%]

...): 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