大约有 157 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...相关的链接 提交 1 个回复 Laya_XS 赞同来自: (new Sprite)._childs即可! 2017-02-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 anran 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 请问有...
来源: Laya_社区 发布时间: 20170226
...():void{ var parent:ui.ParentViewUI = new ui.ParentViewUI(); Laya.stage.addChild(parent); //当注释掉设置rotaion的代码则没有问题,否则会导致显示异常,其他child消失 parent.child_1.rotation = Math.random() * 180; } } class ChildView extends ui.ChildViewUI{ constructor(){ supe...
来源: Laya_社区 发布时间: 20170829
.... 勾选预烘焙骨骼后提示 Animator must have SkinnedMeshRenderer as Child ! 请问这个应该要怎样处理 (没有勾选预烘焙骨骼)报错 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key...
来源: Laya_社区 发布时间: 20200818
...a中是能获得到和显示的,但我想操作LeftFoot等,不管用getChildByName、还是_childs都获取不到,请问有什么办法? 附件 : --> 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20180309
...会用removeSelf方式去删掉,动态生成的对象最后我也用box._child = null || []; 的方式去清空数组。 挂在大厅,什么都不操作,就跟个静态页面差不多,五分钟后开始慢慢发热,如果加上大量的动画,发热的速度会更快,我不知道是我...
来源: Laya_社区 发布时间: 20180515
...绘制的范围不应该超过父节点 所以这里应该加个判断:child._cacheStyle.maskParent != this 附件 : --> 2023-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox 赞同来自: 收到...
来源: Laya_社区 发布时间: 20230605
...sp.initData(TiledMapManager.Instance.TiledMap); gsp.updatePos(); mapLayer._childs[0].addChild(gsp); 附件 : --> bug.png 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 第三方...
来源: Laya_社区 发布时间: 20180810
...MLElement:HTMLElement; for(var i:int = 0,n:int = div._childs.length;i < n;i++) { tHTMLElement = div.getChildAt(i) as HTMLElement; if(tHTMLElement) { ...
来源: Laya_社区 发布时间: 20170314
...个回复 时光123 赞同来自: 已经解决了,调试发现stage下的child数量为0 ,所以不能通过laya.stage获取。 要用owner.parent.getChildByname 2022-08-04 0 0 分享 微博 QZONE 微信 Laya_Fred 赞同来自: 您好,我们这里按照您说的方式获取物体并获取组...
来源: Laya_社区 发布时间: 20220804
...生效了 var mesh:Laya.MeshSprite3D; for(var i =0;i<this.sprite3D._childs.length;i++){ mesh = this.sprite3D.getChildAt(i) as Laya.MeshSprite3D; mesh.meshRender.material = material; mesh.meshRender.receiveShadow = true; mesh.meshRender.castShadow = true; console.log(mesh.name) } 附件 : --> 2...
来源: Laya_社区 发布时间: 20171110