大约有 3,275 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 引擎版本:1.7.19 描述: 使用对象池重复使用skeleton报错,但每次new Laya.Skeleton() 就没问题。 伪代码: const temp = new Laya.Templet(); temp.parseData(xxx, xxx, 0); // 从对象池...
来源: Laya_社区 发布时间: 20181120
...Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined ...
来源: Laya_社区 发布时间: 20180702
...),wxlocal(默认本地目录)目录被视为本地目录,即便使用了URL.basePath,对于包含在nativefiles白名单内的目录名或文件,都不会从网络动态加载,只会从本地加载。但相同的皮肤设置下,最终Image组件可以正常展示,而Button组件...
来源: Laya_社区 发布时间: 20191122
...Mode='lighter' 图片异常 怎么获取对象的坐标 LayaAir3D 导出和使用U3D粒子特效 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 ios14新系统问题 localToGlobal坐标转换 粒子系统官例里载入的那些json文件是用什么软件生成的? 引...
来源: Laya_社区 发布时间: 20161223
....x; this._head_pos.y = this.y; this._step = 0; // totest: 此处为测试使用 this._path_length = 150; this._path_angle = 180 - this._path_angle; this._path_radians = Math.PI / 180 * this._path_angle ; this._tail_pos.x = Math.floor( this._head_pos.x + this._path_length * Math.cos( this._path_rad...
来源: Laya_社区 发布时间: 20180515