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

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

1. Laya有什么办法可以试图像反相 [ 100%]

...a实现Matter.js官方案例凹多边形的问题 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 Laya["MiniAdpter"].nativefiles 在QQ小游戏中无法读取到 laya开发的3d跑酷 ...

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

2. 微信小游戏渲染开放域卡顿处理 [ 75%]

...amp;& func.call(bitmap);         }         /**          * 清除延迟          */         protected clearTimeout(): void {             var self = this;             var timer = self.$timer;             Laya.timer.clear(timer, timer.stop);         }   ...

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

3. 3D粒子编辑模块 · LayaAir3.0文档 · LAYABOX [ 33%]

...ited = false; this.destroy(true); }; //通过传入粒子特效的路径,清除缓冲池 static ClearPool(root_path: string): void { if (root_path == null) { root_path = ""; } Pool.getInstance().ClearGroup("Particle3D@" + root_path, this, function(particle_3d:Particle3D) { particle_3d.Clean(); });...

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