大约有 99 项符合查询结果, 库内数据总量为 30,900 项。 (搜索耗时: 0.0036 秒)
Laya3.0_api(40) Laya_社区(34) Laya2.0_文档(12) Laya3.0_文档(5) Laya2.0_api(5) laya_api(1) Laya_示例(1) Laya2.0_示例(1)
如何动态添加Animator和加载AnimationClip并播放 1,不在unity中创建和导出Animator和controler,只导出lm和lsani 2,如何在h5中动态加载lm和lsani并播放动画? 下面的代码实现不了: var layaScene:Sprite3D = scene.addChild(Sprite3D.load("res/LayaScene/layaSc...
来源: Laya_社区 发布时间: 20180208
...来自: 解决了,每次播放时去从完整动画里截断一个新的clip,播放这个新的clip animator.stop(); var percent:Number = animator.currentFrameTime / animator.getClip("Draw").duration(); //trace("currentFrameTime: " + animator.currentFrameTime + " endTime: " + animator.getClip("D...
来源: Laya_社区 发布时间: 20180725
Uncaught unknown animationClip version. Unity版本5.6.5,动画角色和动画AnimationType都选择了Generic。 第一次无法正常导出,逛了论坛后发现,目前不支持表情动画,删除表情动画后重新导出,Unity内可正常运行,导出到Laya中后,加载场景提...
来源: Laya_社区 发布时间: 20190313
...Scroll=function(){ //... this.setContentHitArea(); }另外需要在image和clip控件的 this.event(/*laya.events.Event.LOADED*/"loaded"); 之后加上 this.event(/*laya.events.Event.RESIZE*/"resize"); 这是为了修复在异步加载图片的时候,加载完图片,panel控件并没有重置点...
来源: Laya_社区 发布时间: 20170610
FontChip不能显示 var fontLable = new laya.ui.FontClip("dntg/SceneScoreNum.png", 123); fontLable.x = pt_src.x; fontLable.y = pt_src.y; this.addChild(fontLable); 2018-04-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...
来源: Laya_社区 发布时间: 20180414
... ; for(var i:int = 0; i < 100; i++) { var image:Image = new Image("comp/clip_num.png"); image.size(240, 27); _items.push(image); } _list.array = _items; } protected function renderHandler(cell:Sprite, index:int):void { removeAllChildren(cell); cell.addChild(_items[index]); } protected function re...
来源: Laya_社区 发布时间: 20170323
...动条 | vslider_ | -- | | HSlider | 水平滑动条 | hslider_ | -- | | Clip | 位图切片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ |...
来源: Laya2.0_文档 发布时间: 20210714
... ParticleShaderValue Index Constructors constructor Properties ALPHA alpha clipMatDir clipMatPos clipOff color colorAdd defines filters mainID mmat ref shader size subID texture textureHost u_CurrentTime u_Duration u_EndVelocity u_Gravity u_MvpMatrix u_mmat2 u_texture TEMPMAT4_ARRAY Methods clear re...
来源: Laya3.0_api 发布时间: 20231115
...动条 | vslider_ | -- | | HSlider | 水平滑动条 | hslider_ | -- | | Clip | 位图切片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ |...
来源: Laya2.0_文档 发布时间: 20210715
...动条 | vslider_ | -- | | HSlider | 水平滑动条 | hslider_ | -- | | Clip | 位图切片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ |...
来源: Laya2.0_文档 发布时间: 20210714