大约有 10,396 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0186 秒)
LayaAir error: add shader include file err, has add:parts/ColorFilter_ps_uniform.glsl 我现在在自己的ionic工程里加入layair,发现 Laya.init(480, 852, Laya.WebGL); 这样调用 退出界面,再次进入就会报如下错误: error: add shader include file err, has add:parts/ColorFil...
来源: Laya_社区 发布时间: 20170208
...数,但是之前的缓动画不会执行 this.bir.x = 0; this.bir.y = 0; Laya.Tween.to(this.bir, { x: 200, y: 200 }, 2000, () => { }, Laya.Handler.create(this, this.change)); 这里面会直接过两秒执行this.change,而前面x:0->200 y:0->200不会执行 是什么原因?...
来源: Laya_社区 发布时间: 20170809
LAYAIDE报错,无法正常使用 编译器报错日志如下: Thu May 31 2018 18:19:37 GMT+0800 (中国标准时间):GlobalError:出错啦,请把此信息截图给研发商 Uncaught Error: Unable to send AtomViewHostMsg_Message_Sync Error: Unable to send AtomViewHostMsg_Message_Sync at EventE...
来源: Laya_社区 发布时间: 20180531
...ddPhysicsCollider' of undefined at PhysicsCollider._addToSimulation (laya.d3.js:28717) at PhysicsCollider._onEnable (laya.d3.js:2896) at PhysicsCollider._setActive (laya.core.js:20312) at MeshSprite3D._activeHierarchy (laya.core.js:13195) at Sprite3D._activeHierarchy (l...
来源: Laya_社区 发布时间: 20200702
[LayaAirIDE3]【Laya3.1.1】TextInput调用focus移动端不能弹出系统键盘 问题一:TextInput调用focus移动端不能弹出系统键盘 this.GetTextInput('tiInput').focus = true; 调用后pc端和移动端都会出现光标聚焦效果,但是移动端没有调用出系统键盘。 ...
来源: Laya_社区 发布时间: 20240311
...线检测到了。需要destroy后重新添加 相关链接 : https://ask.layabox.com/question/40113 2018-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 源 赞同来自: 该问题是由 碰撞器Scale变...
来源: Laya_社区 发布时间: 20181127
...c模拟器播放OK在手机端不显示 loaded : function(){ this.loader = Laya.loader; this.loader.retryNum = 0;//无加载重试 this.urls = ['imgdebris/imgdebris.atlas','imgdebris/p1_slj.png',]; // this.loader.load(this.urls[0], Laya.Handler.create(this, this.onAssetloaded)); this.loader.load(thi...
来源: Laya_社区 发布时间: 20190117
...层可以是对象层 也可以是格子 class GameInfo{ private tiledMap: Laya.TiledMap; private sp:Laya.Sprite; constructor(){ console.info("start"); this.init(); } init():void{ Laya.init(800, 700, Laya.WebGL); Laya.loader.load("res/atlas/images.atlas",Laya.Handler.create(this,this....
来源: Laya_社区 发布时间: 20171125
[LayaAir3][3.3] 2D寻路,路径烘焙发生偏移 问题: 设置好Graphics后进行2d导航烘焙, 烘焙区域发生偏移. 项目设置信息: ====================================烘焙结果: 2025-09-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20250922
...中属性为script的蓝色小标签,@prop是如何定义的? https://ldc2.layabox.com/doc/?nav=zh-ts-3-4-0 请问文档脚本化里的最后一张图中的runtime和runtimeclass两个属性的script小标签, 在代码中是怎么用@prop实现的, 试了type:Script , 并不管用. 附件 : --> 2...
来源: Laya_社区 发布时间: 20200402