大约有 541 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
Laya_社区(377) Laya3.0_api(66) Laya3.0_文档(31) Laya2.0_api(22) laya_api(21) Laya2.0_文档(17) Laya_示例(5) Laya2.0_示例(2)
... HostData.array[index].hero;//属性更改 var ani :Animation = cell.getChildByName("heroani") as Animation;//加载默认动画 if (ani){ ani.play(0,true,"standDown"+HostData.array[index].aniname);//控制...
来源: Laya_社区 发布时间: 20180503
...private onSkinLoaded(e: any = null): void { this.showBg(); this.createTimerAnimation(); this.showTotalSeconds(); this.createController(); } private showBg(): void { var bg: Laya.Image = new Laya.Image(this.bgSkin); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> 1, Laya.stage.height -...
来源: Laya3.0_文档 发布时间: 20241014
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/DialogManager" DialogManager Class DialogManager DialogManager 对话框管理容器,所有的对话框都在该容器内,...
来源: Laya3.0_api 发布时间: 20231115
RopeJoint代码动态创建 无法设置otherbody 动态生成预制体组件,要将预制体设置Laya.RopeJoint的otherbody属性,怎么设置怎么失败。 import UIcontrol from "./UIcontrol"; /** * * @ author:shiguanqing * @ email:0110110110@qq.com * @ data: 2022-04-09 15:53 */ export de...
来源: Laya_社区 发布时间: 20220413
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/StatUI" StatUI Class StatUI Hierarchy StatUI Implements IStatUI Index Methods hide render show showToggle update Methods hide hi...
来源: Laya3.0_api 发布时间: 20231115
一个ani 里面有 多个动画,现在如何获取 到某个动画 的 播放到第几针 比如 graphicnode 9 这个动画有 11针 , , 我想获取到 第 8针 , 然后改变动画的图片 skin 附件 : --> 2017-10-13 添加评论 免费帖 --> 分享 微博 Q...
来源: Laya_社区 发布时间: 20171013
protobuf的bytes字段的问题 var msgByte:Laya.Byte = new Laya.Byte(); msgByte.writeUTFBytes("aabbcc"); var LoginReqCls:any =LoginRoot.lookup("login_req"); var loginReq:any = LoginReqCls.create({ 'channel': 2, 'msg': msgByte.buffer }); var loginProto:any= LoginReqCls.encode(loginReq).finish(); va...
来源: Laya_社区 发布时间: 20171105
...I中的时间轴动画如何使用,只有单独编辑的动画导出为*.ani时有相关使用文档。。。麻烦官方给予简单说明。。。 2018-07-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya...
来源: Laya_社区 发布时间: 20180723
... var d = evt.data;//通过evt.data获得发送来的数据 var ani = Laya.Animation; ani.loadAtlas(d); ani.interval = 30; ani.index = 1; ani.play(); Laya.stage.addChild(ani); postMessage(ani);//将获取到的数据发送会主线程 } 但...
来源: Laya_社区 发布时间: 20180108
...用? UI编辑里面怎么去掉9.png这种图片的黑线啊 关于动画ani文件,编辑ani文件需不需要使用loadanimation方法加载?在最开始的加载吗?还有 我只加载动画使用的资源好想不可以?还有使用Laya.Loader的方式能不能加载ani文件? 打包Q...
来源: Laya_社区 发布时间: 20190220