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

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

21. 互不关联的两个刚体对象,旋转其中一个,另一个也会跟着旋转。 [ 59%]

... 该问题目前已经被锁定, 无法添加新回复 发起人 135*****610 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 安装layaAirIDE2 ,跟着官网敲hello world ...

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

22. 我已经登录了账号,还是无法创建LayaCloud项目 [ 58%]

... Chart.js 创建图标 问题状态 最新活动: 2019-05-15 19:34 浏览: 610 关注: 3 人 151*****257 • 2019-05-24 15:04 谢谢 bpmf_d • 2019-05-10 10:21 您当前是什么系统 151*****257 • 2019-05-10 10:40 @bpmf_d:我的是mac 151*****257 • 2019-05-10 10:45 @bpmf_d:之前有创建成...

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

23. FB运行laya新建的ui官方示例,背景图片没有加载出来 [ 57%]

...以增加stencil功能 问题状态 最新活动: 2018-09-20 16:01 浏览: 610 关注: 2 人 182*****278 • 2018-09-20 16:25 1、IDE发布是指点击“项目”-“发布”吗? 2、如果laya项目中有UI的话,需要先进行IDE发布都能导入FB运行调试吗? 159*****136 • 2018-09...

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

24. addComponent后成功加载了自定义Script,但是无法执行到script的onEnable,onUpdate等方法 [ 57%]

...折叠? 0 个回复被折叠 要回复问题请先登录 发起人 177*****610 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? 请问有没...

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

25. 关于类中方法的调用 [ 56%]

...rid) { NpcLayer.super(this); //文字滚动 // m_talkScroll = new UIScroll(610.0, 250); // m_talkScroll.pos(0, 0); // this.addChild(m_talkScroll); // this.onAction(); // this.onAction = function(){ // console.log("-------------hhhhhhhhhhh "); // } //第一种解决方法 onAction(); function onActio...

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

26. Laya List给子元素添加事件后,滚动事件被劫持了 [ 55%]

...nder = StoreItem;   storeTxList.name = 'storeTxList'; storeTxList.width = 610; storeTxList.pos(0, 0); storeTxList.repeatX = repeatX; storeTxList.repeatY = repeatY; //y轴个数 // 使用但隐藏滚动条 storeTxList.vScrollBarSkin = "store/c.png"; let scrollBar = storeTxList.getChildByName('scroll...

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

27. 物理引擎-Slingshot [ 53%]

...ffset: 20.5, yOffset: 28 } } }); }); var ground2 = Matter.Bodies.rectangle(610, 250, 200, 20, { isStatic: true, render: { fillStyle: '#edc51e', strokeStyle: '#b5a91c' } }); var pyramid2 = Matter.Composites.pyramid(550, 0, 5, 10, 0, 0, function(x, y, column) { var texture = column % 2 === 0 ? '../../...

来源: Laya_示例 发布时间: 20251209

28. LayaAir2.0在编辑模式中不能打开Scene目录下面的文件 [ 50%]

...式打不开。求指点 2018-11-09 0 0 分享 微博 QZONE 微信 177*****610 赞同来自: 同样遇到这个问题了,刚下的beta5,老工程的scene都出问题,新作的scene再次打开也有这个问题 2018-11-29 0 0 分享 微博 QZONE 微信 鹊桥仙 赞同来自: 我也遇到这...

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

29. 在Laya中使用Matter.js的最简示例 (JS) [ 48%]

...xB = Bodies.rectangle(450, 50, 80, 80); var ground = Bodies.rectangle(400, 610, 810, 60, { isStatic: true }); // add all of the bodies to the world World.add(engine.world, [boxA, boxB, ground]); // run the engine Engine.run(engine); // run the renderer // Render.run(render); LayaRender.run(render);...

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

30. laya.map.TiledMap_API3.0 [ 34%]

...e(): number set scale(scale: number): void Defined in laya/map/TiledMap.ts:610 得到当前地图的缩放 Returns number Defined in laya/map/TiledMap.ts:597 设置地图缩放 Parameters scale: number Returns void tileHeight get tileHeight(): number Defined in laya/map/TiledMap.ts:1244 格子的高...

来源: Laya3.0_api 发布时间: 20231115