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

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

1. [LayaAir3]VideoTexture,VideoNode视频和Image图片内存释放问题 [ 100%]

...销毁释放内存泄漏的问题,这个我们处理下,开发者可以临时改下引擎临时处理下,增加一个消耗video节点的方法:destroyVideoElement() { if (this.element) { this.element.pause(); this.element.src = ""; while (this.element.childElementCount) this.element.firstChil...

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