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

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

1. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 100%]

...undAngel.height); this.angel.rotation = -15; // 守护神设置呼吸 Laya.Tween.to(this.angel,{scaleY:0.99},900,Laya.Ease.linearInOut,Handler.create(this,this.angelTween1)); // 飞艇设置浮动 Laya.Tween.to(this.aeroboat,{y:-data.aeroboat[aeroboatLel].h-8},800,Laya.Ease.linearInOut,Handler.creat...

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

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

...7.16) TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本...

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

3. socket大型项目回调 [ 70%]

...相关问题 骨骼动画播放完后的回调时间 ios原生回调问题 Tweento方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 load 加载完图集 回调函数可以传形参吗? socket监听 创建树Tree ...

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

4. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 67%]

...示例中,是通过每40毫秒来循环检查角色行走路线,通过Tween来执行角色位置改变的 //开启定时重复执行 Laya.timer.loop(40, this, this.loopfun); private loopfun(): void { //resPath,角色需要移动的每个世界坐标位置数组 if (this.resPath && this...

来源: Laya3.0_文档 发布时间: 20230303