大约有 2,635 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0093 秒)
Laya_社区(2480) Laya2.0_文档(66) Laya_示例(31) Laya3.0_文档(20) Laya2.0_示例(14) Laya2.0_api(10) laya_api(7) Laya3.0_api(7)
发现一个关于animator导出比较奇怪的问题 今天在unity导出lh文件时候发现: 当节点上有animator时候 会丢失一些节点 当没有animator时候 不会丢失节点 当有animator时候并且模型上有触发器时候 不会丢失一些节点 百度了...
来源: Laya_社区 发布时间: 20190829
...OADED, this, function () { var aniSprite3d = layaMonkey.getChildAt(0); var animator = aniSprite3d.getComponentByType(Laya.Animator); animator.play(null, 1.0, 75, 110); }); var _position = new Laya.Vector3(); var _quaternion = new Laya.Quaternion(); Laya.timer.frameLoop(1, null, function () { Laya.Qu...
来源: Laya_示例 发布时间: 20260815
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorResource" AnimatorResource Class AnimatorResource Hierarchy AnimatorResource Index Methods getAnimatorResource Methods Static getAnimatorResource getAnimatorResource(sprite: Sprite3D, propertyKey: string): Co...
来源: Laya3.0_api 发布时间: 20231115
如何获取animation对象像素值 项目代码如下: this.body.texture.getPixels(this.bound.x + i, this.bound.y + j, 1, 1); 问题: this.body已经是被显示在舞台上的animation对象了 animation的texture属性为什么是null。要去获取对象像素值怎么获取? 20...
来源: Laya_社区 发布时间: 20161216
关于Animation 求一个思路 Animation 没有暂停的吗? 我想要一个做一个帧动画播放过程中图片暂停 然后能不能找到我播放到第几针,然后往回播放? 2017-07-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20170718
LayaAir引擎 Animation 使用疑问 清理问题 内存没有发生变化 private onBtnClick(): void { this.body = new Laya.Animation(); this.body.y = -100; this.body.interval = 50; this.addChild(this.body); this.body.play(0, true, "hero_fly"); } private body: Laya.Animation; private onBtn2Click()...
来源: Laya_社区 发布时间: 20170615
如何检测Animation动画播放完毕后去执行方法? 如何检测Animation动画播放完毕后去执行方法 2018-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: a372853273 ani.o...
来源: Laya_社区 发布时间: 20180320
使用Animation.createFrames创建的人物动画会闪 不知道为什么,使用Animation.createFrames创建的人物动画在安卓设备上偶尔会出现闪来闪去的情况,请问有解决办法吗?是因为渲染的原因吗? 2018-02-02 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180202
LayaAir3D 导出animator时候遇到的问题 在挂载了animator脚本的预制体导出时,最终生成的文件中没有子节点的信息...请问是Bug还是我哪里没有搞对?? (AnimationSetting全部关闭了) 2018-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20180813
IDE相关问题 this.animation.loadAtlas 加载失败 this.animation.loadAtlas 加载失败什么捕获并处理,还有获取改animation的内存大小 this.animation.loadAtlas(this.resUrl, Laya.Handler.create(this, this.loadCompleted, [completeFun]), this.resUrl); 2017-09-05 添加评论 免...
来源: Laya_社区 发布时间: 20170905