大约有 352 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)
Laya_社区(334) Laya2.0_文档(6) Laya2.0_api(3) laya_api(3) Laya3.0_api(2) Laya3.0_文档(2) Laya2.0_示例(1) Laya_示例(1)
[LayaAir3]打包安卓渲染模式使用OpenGL会报glUtilsParamSize的错误 引擎版本:3.2.8 Native版本:android-conch6-release-3.2.8 只要打包的渲染模式选择OpenGL就会一直报:glUtilsParamSize: unknow param 0x000084ff 如果改成WebGL模式就不会 2025-10-15 添加评论 ...
来源: Laya_社区 发布时间: 20251015
...应loaded的时候,无法正确获取高度 class RoleUIDynamic extends Laya.Image { matterBody: Matter.Body; constructor() { super(); this.on('start', this, this.init); } private init():void { console.log("init", this.x, this.y, this.width, this.height, this.scaleX, this.scaleY); var createOption...
来源: Laya_社区 发布时间: 20180530
[LayaAirIDE3]VBox布局组件没有中间居中的选项 2025-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 layabox 赞同来自: 已在3.3.1中优化了布局容器,增加了自动适配宽高,方便H...
来源: Laya_社区 发布时间: 20250815
[LayaAir3]3.3正式版在代码中对继承自UIComponent的UI组件设置disabled属性为报错 3.3正式版在代码中对继承自UIComponent的UI组件设置disabled属性为true后,再触发条件设置为false就会报错。 报错信息为: WebGLRenderContext2D.js:137 Uncaught TypeError...
来源: Laya_社区 发布时间: 20250804
...poorpath02="Comp/yard_swimpool02.png"; export default class Yard extends Laya.Sprite { private swimpoolani:Laya.Animation; constructor() { super(); this.swimpoolani=new Laya.Animation(); //this.init(); this.swimpoolani.loadAtlas("./res/atlas/Comp.atlas",Laya.Handler.create(this,this.onLoaded)); ...
来源: Laya_社区 发布时间: 20190805
[LayaAir3]3.3.2与设置组件灰显相关的 Bug 和 Crash 运行环境:MacOS M3 芯片电脑,3.3.2 IDE FOR MAC(ARM) 问题列表: 1.组件默认勾选“变灰”,再对其父节点做 alpha 从 0 到 1 的动画,此时组件的透明度在动画播放完成后仍会处于错误的状...
来源: Laya_社区 发布时间: 20251010
LayaTree调试工具一、LayaTree安装1.1 通过Chrome应用商店添加1.2 手动下载并安装二、LayaTree 使用2.1 使用的入口2.2 使用技巧三、工具服务LayaTree调试工具 Author:李尔 [!Note] LayaTree是LayaAir引擎开发者李尔专门为LayaAir引擎广大的开发者...
来源: Laya3.0_文档 发布时间: 20240910
为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? /** *@private *改变对象的状态。 */ __proto.changeState=function(){ this._stateChanged=false; this.runCallLater(this.changeClips); var index=this._state < this._stateNum ? this._state :this._stateNum-1; this._...
来源: Laya_社区 发布时间: 20170516
使用layaAir3D从unity3D中导出场景模型时报错 IndexOutOfRangeException: Array index is out of range. LayaExport.DataManager.saveSkinLmFile (UnityEngine.SkinnedMeshRenderer skinnedMeshRenderer, System.String savePath) LayaExport.DataManager.getSkinnedMeshRendererComponentData (UnityEngine....
来源: Laya_社区 发布时间: 20180206
[LayaAirIDE3]发布后的bundle.js,类的定义顺序错误 未发布前是可以正常运行的,发布后运行就报错(web和微信小程序都是)。 检查后发现,发布后的代码,有一个父类的申明放到了很后面的位置,子类在前,所以继承时父类为undef...
来源: Laya_社区 发布时间: 20241209