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

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

11. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 83%]

...鼠标静止2秒不动后,FPS又会恢复到30帧。 ### **五、使用callLater** callLater使代码块延迟至本帧渲染前执行。如果当前的操作频繁改变某对象的状态,此时可以考虑使用callLater,以减少重复计算。 ​ 考虑一个图形,对它设置任何改...

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

12. CPU优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 83%]

...鼠标静止2秒不动后,FPS又会恢复到30帧。 ### **五、使用callLater** callLater使代码块延迟至本帧渲染前执行。如果当前的操作频繁改变某对象的状态,此时可以考虑使用callLater,以减少重复计算。 考虑一个图形,对它设置任何改变...

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

13. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 82%]

...鼠标静止2秒不动后,FPS又会恢复到30帧。 ### **五、使用callLater** callLater使代码块延迟至本帧渲染前执行。如果当前的操作频繁改变某对象的状态,此时可以考虑使用callLater,以减少重复计算。 考虑一个图形,对它设置任何改变...

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

14. 关于timer的问题 [ 78%]

关于timer的问题 最近做项目发现timer.clearAll()清理不掉calllate,非要clear指定method才能清理掉 2018-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 王 坤 赞同来自: 我也遇到...

来源: Laya_社区 发布时间: 20180112

15. laya.display.Node_API3.0 [ 76%]

...Child addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeseria...

来源: Laya3.0_api 发布时间: 20231115

16. laya.d3.core.Sprite3D_API3.0 [ 74%]

...Child addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterD...

来源: Laya3.0_api 发布时间: 20231115

17. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 72%]

...ild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterD...

来源: Laya3.0_api 发布时间: 20231102

18. laya.display.Node [ 71%]

...nent):* 添加组件实例。 Node  addInputChild(node:Node):NodeNode  callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node  clearTimer(caller:*, method:Function):void 清理定时器...

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

19. laya.d3.core.light.LightSprite_API3.0 [ 71%]

...Child addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterD...

来源: Laya3.0_api 发布时间: 20231115

20. 2D性能优化 · LayaAir3.0文档 · LAYABOX [ 71%]

...取显示对象边界的做法3.4 根据活动状态改变帧频3.5 使用callLater3.6 图片/图集加载四、其它优化策略4.1 减少粒子的使用数量4.2 尽量减少旋转,缩放,alpha等属性的使用4.3 不要在Timer的循环里创建对象及复杂计算4.4 尽量少用autoSize...

来源: Laya3.0_文档 发布时间: 20241014