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

大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0045 秒)

51. [LayaAir3]现在能不能导出unity的地形? [ 64%]

... 1.7.13 导出刚体动画无效 web端打包发布后能不能自动删除console.log 问题状态 最新活动: 2025-09-01 10:32 浏览: 1488 关注: 2 人

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

52. 动态克隆的模型属性丢失! [ 64%]

...e,new Laya.Vector3(wx,0,0)); scene.addChild(num); num.wx=remodarr(num)[0]; console.log("当前宽"+num.wx) num是一个数组精灵,我在动态克隆精灵之 后,当时这个属 性输出是存在的, 但是在帧循环里,再次循环调用的时候,这个属性就丢失啦!! 但是...

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

53. DialogManager怎么添加遮罩层 [ 63%]

...材/背景黑色蒙版.png",0,0,1600,1080); this.scTipsPg= new ScTpisUI(); console.log(this.scTipsPg.manager); this.scTipsPg.manager=dialogManager; this.scTipsPg.manager.maskLayer=sprite1; this.scTipsPg.popupCenter=false; this.scTipsPg.top=60; this.scTipsPg.right=-510; this.scTipsPg.show();     ...

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

54. DialogManager怎么添加遮罩层 [ 63%]

...材/背景黑色蒙版.png",0,0,1600,1080); this.scTipsPg= new ScTpisUI(); console.log(this.scTipsPg.manager); this.scTipsPg.manager=dialogManager; this.scTipsPg.manager.maskLayer=sprite1; this.scTipsPg.popupCenter=false; this.scTipsPg.top=60; this.scTipsPg.right=-510; this.scTipsPg.show();   不...

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

55. Laya Ide 无法调试 [ 63%]

...adapter process has terminated unexpectedly   layabox ide 无法调试 ,console.log 打印无效,不知道是什么情况! 附件 : --> 2017-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 emoonight ...

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

56. 一个没有动作的骨骼动画 替换插图没有用 [ 63%]

...his.skebqb.replaceSlotSkinName("chuandiwu","","bianbian");         console.log("1111");     }   使用了模板 其他可以动的动画是可以正确替换贴图的 但是播放0帧的动画时 替换贴图不行 附件 : --> 2020-12-31 添加评论 免费帖 --> 分享 微博 QZONE ...

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

57. Animation创建时无法获取高度 [ 63%]

...his.root.addChild( roleAni ); roleAni.pivotY = roleAni.getBounds().height; console.log("---> ", roleAni.getBounds() ); 打印为 ---> Rectangle {x: 0, y: 0, width: 0, height: 0}修改anchorY值无效 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

58. 关于HttpRequest报错问题 [ 62%]

...ler); function onHttpRequestComplete(e){ }; function processHandler(data){ console.log(data); }; function errorHandler(data){ }; xmlHttp.send("http://","","post","text"); 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

59. [LayaAirIDE3]应该如何定义@property才能像GTextField一样加载字体? [ 61%]

...-启动脚本 启动脚本代码: export async function main() {     console.log("Hello LayaAir!");     Laya.loader.load("resources/BitmapFont.fnt", Laya.Loader.FONT).then((res) => {         Laya.Scene.open(Laya.PlayerConfig.startupScene); //可以设置场景路径     }) }   场景...

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

60. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 61%]

...onLoaded方法里面 写一点测试代码 如下   function onLoaded(){ console.log("onLoaded"); //实例化RunGame // var runGame = new RunGame(); // Laya.stage.addChild(runGame); var sp = new laya.display.Sprite(); sp.x = 100; sp.y = 100; var texture = Laya.loader.getRes('player/chara_01.png'); ...

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