大约有 83 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0033 秒)
Laya_社区(55) Laya2.0_文档(17) Laya2.0_api(5) Laya3.0_文档(2) Laya3.0_api(2) laya_api(1) Laya2.0_示例(1)
动画混合问题,Avatar动画混合报错. 我看2.1的文档已经支持animator的混合过度,但是我在unity里面animator controller里面添加了2个动画层,和mask avatar。导出后播放动画直接报错 TypeError: Cannot read property 'time' of undefined laya.d3.js:22278 at ...
来源: Laya_社区 发布时间: 20191026
... scriptPath CULLINGMODE_ALWAYSANIMATE CULLINGMODE_CULLCOMPLETELY Accessors avatar awaked controllerLayerCount destroyed enabled hideFlags id lowUpdateDelty speed updateMode Methods _initialize _setOwner addControllerLayer addState crossFade destroy getControllerLayer getCurrentAnimatorPlayState getD...
来源: Laya3.0_api 发布时间: 20231102
3D项目,关于挂点的问题,, /** *关联精灵节点到Avatar节点,此Animator必须有Avatar文件。 *@param nodeName 关联节点的名字。 *@param sprite3D 精灵节点。 *@return 是否关联成功。 */ __proto.linkSprite3DToAvatar...
来源: Laya_社区 发布时间: 20181010
... 与内容相关的链接 提交 5 个回复 ymsdandan 赞同来自: 你去avatar类中就能找到animationnode的定义 2017-11-07 0 3 分享 微博 QZONE 微信 ymsdandan 赞同来自: 这样获取子节点是支持的 2017-11-07 0 0 分享 微博 QZONE 微信 game4d 赞同来自: 可以遍历 ...
来源: Laya_社区 发布时间: 20171107
...动画掉帧厉害,怎么优化。 private factory:Laya.Templet; private avatar:Laya.Skeleton; this.factory = new Laya.Templet(); this.factory.on(Laya.Event.COMPLETE, this, this.parseComplete); this.factory.on(Laya.Event.ERROR, this, this.onError); this.factory.loadAni("sp/aa.sk"); this.avatar = t...
来源: Laya_社区 发布时间: 20170718
...ATIONCLIP : String = ANIMATIONCLIP[static] AnimationClip资源。Laya3D AVATAR : String = AVATAR[static] Avatar资源。Laya3D HIERARCHY : String = HIERARCHY[static] Hierarchy资源。Laya3D MATERIAL : String = MATERIAL[static] Material资源。Laya3D MESH : String = MESH[static] Mesh资...
来源: Laya2.0_api 发布时间: 20190513
... { //修改数据源,设置为显示红点 this.refreshList.array[index].avatar = {}; this.refreshList.array[index].avatar.redHot = { "visible": true } this.refreshList.array[index].flag = { "flagText": { "text": "标记已读" } }; //把当前已显示红点的索引记录下来,用于点击判...
来源: Laya2.0_示例 发布时间: 20251209
...nity中自己创建的Humanoid类型的骨骼动画*,Animator组件中的Avatar不能为空。 材质动画/刚体动画:只支持对物理的旋转平移缩放属性,材质的基本属性,不支持组件跟节点的开启/失效。如果开发者对新的属性...
来源: Laya_社区 发布时间: 20180626
...: 与内容相关的链接 提交 5 个回复 Laya_Aaron 赞同来自: 把avatar 置空,这个是刚体动画,不是骨骼动画,avatar必须为空 2019-06-25 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: unity资源 和 laya项目demo 都发上来查一下 2019-06-21 0 2 分享 微...
来源: Laya_社区 发布时间: 20190620
...ang.on(Event.CLICK,this,function(){ }); for(var i = 0; i < 4; i++){ var avatar1 = new Laya.Image($mj.Curr_Game_ImagePath + "hall/room_toux.png"); avatar1.pos(aar[i][0],aar[i][1]); avatar1.zOrder = 1; this.addChild(avatar1); var text = new Text(); text.text = "大幅度"; text.fontSize = 18; text....
来源: Laya_社区 发布时间: 20170920