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

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

511. Unity粒子系统导出支持列表(TypeScript-3D基础(TS)-LayaAir3D之Unity插件使用) [ 77%]

...Axes - Constant - Curve - Random betweem Two Constants - ### Texture Sheet Animation module ![Texture Sheet Animation module](./img/Particle_System/PartSysTexSheetAnimModule-0.png) 1. Tiles 2. Animation - Single Row - whole Sheet 3. Animation - Single Row - Random Row 4. Time Mode - Fram over Time -...

来源: Laya2.0_文档 发布时间: 20200822

512. 人物行走图动画 [ 77%]

...d 加载资源。 Laya.loader.load(AniConfPath, Handler.create(this, createAnimation), null, Loader.ATLAS);   这里的load只有三个参数,而事实上用到4个,不清楚。。。   还有ani.index = 1;我改成0,-1,2,可是在经过play后面自动变成1,还有经过Laya.stage....

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

513. 关于Tween类多个对象同时缓动的时候过一段时间会不同步 [ 77%]

...ya.stage.addChild(tempItem); tempItem.x=i*100; tempItem.y=200; tempItem.setAnimated(true); arr.push(tempItem); // this.playAni(tempItem,new Point(0,-20),0); } }   然后这是itemUI类里的方法 private var animate:Boolean; public function setAnimated(b:Boolean):void { animate=b if(animate) { sta...

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

514. Anmation设置宽高后拖到UI里宽高左上角无法接受鼠标事件 [ 77%]

...: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自: 为animation 添加加鼠标触发区域即可接收鼠标点击事件   参考以往问题https://ask.layabox.com/question/3650   2017-12-11 0 0 分享 微博 QZONE 微信 ayiui4566 赞同来自: 我设置size(78,78)做半边...

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

515. swf播放有问题,遮罩动画不能用吗 [ 77%]

...复被折叠 要回复问题请先登录 发起人 ayiui4566 相关问题 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 骨骼动画播放完后的回调时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 视频播放案例 关于Di...

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

516. 微信小游戏手动缓存管理,atlas依然不能从缓存读取 [ 77%]

...fonts.atlas', 'res/atlas/image/items.atlas', 'res/atlas/image/orb.atlas', 'animate/shiny.atlas', 'res/atlas/image/interface.atlas', 'animate/explosion.atlas', 'animate/mine.atlas', 'res/atlas/image/game.atlas', ] for(let i = 0;i<Laya.ext.toCache.length;i++){       Laya.MiniAdpter.downLoadFile(...

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

517. 在Unity中无法导出模型动作 [ 77%]

...好,我在使用Unity 2017.4.22f1的时候,只要在GameObject上增加Animator导出就会报错。使用的是2.0.0的unity插件. 增加和删除avatar都无济于事.   错误是:KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2...

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

518. 特效LOADED监听不到 [ 76%]

...正常获取到宽高,测试代码如下 package { import laya.display.Animation; import laya.display.Stage; import laya.maths.Rectangle; import laya.net.Loader; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class LayaAirDemo { private const AniConfPath:Stri...

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

519. 图集打包后使用Texture不显示,项目整个已经传上来了 [ 76%]

....graphics.drawTexture(texture,0,0); Laya.stage.addChild(sp); var ani: Laya.Animation = new Laya.Animation(); ani.loadAtlas("res/start.json"); // 加载图集动画 ani.interval = 30; // 设置播放间隔(单位:毫秒) ani.index = 1; // 当前播放索引 ani.play(); // 播放图集动画 } }...

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

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

....cached = true; //根据不同的动画 来创建动画模板 laya.display.Animation.createFrames(['player/chara_01.png','player/chara_02.png','player/chara_03.png','player/chara_04.png'], Player.RUN); laya.display.Animation.createFrames(['player/chara_05.png','player/chara_06.png','player/chara_07....

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