• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 346 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)

171. 粒子特效,播放与克隆有bug [ 53%]

...1/LayaScene_zhadan/Conventional/zhadan.ls")) as Scene3D; let spCore = sp3d.getChildByName("Canvas") as Sprite3D; spCore.transform.localPosition = new Vector3(0, 0.7, 90); let tp3d = Sprite3D.instantiate(spCore, lf, false, new Vector3(0, 2, 90)); Laya.stage.addChild(tp3d); //Sprite3D 克隆还是会...

来源: Laya_社区 发布时间: 20191126

172. js语言 编辑模式下 ui编辑好 ctr+f12后 src生成了ui文件夹但是无法生成里面的js?? [ 52%]

...的元素 FairyGUI是一款专业的 UI编辑器(千万别点) 使用getChildByName()无法得到子节点对象 LayaAir使用AS语言能直接挂断点吗? mac 用layaair2.0 ide 的编辑模式下,cpu爆满 服务端用什么语言开发比较好一些? 关于发布oppo、vivo快游戏...

来源: Laya_社区 发布时间: 20190130

173. laya.display.Scene_API3.0 [ 52%]

...event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getNodeByID getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width globalTo...

来源: Laya3.0_api 发布时间: 20231115

174. 使用3D精灵 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...某个名字的子节点,通常会调用如下方法来获取子节点 getChildByName("xxx") /** * 根据子节点的名字,获取子节点对象。 * @param name 子节点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child...

来源: Laya3.0_文档 发布时间: 20251010

175. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 52%]

...sition); resetPosition(): void {    var aniMonkey: Laya.Sprite3D = scene.getChildByName("monkey") as Laya.Sprite3D;    aniMonkey.transform.position = new Laya.Vector3(math,math,math); } Laya.Tween.to(aniMonkey.transform.position, { x: math1, y: aniMonkey.transform.position.y, z: aniMonkey.transf...

来源: Laya_社区 发布时间: 20180117

176. laya.d3.core.scene.Scene3D_API3.0 [ 52%]

...ToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRenderType getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width getlig...

来源: Laya3.0_api 发布时间: 20231115

177. Component旋转之后宽和高一直保持初始值不变,无法获得旋转之后的宽高 [ 51%]

...就提示无法打开代码编辑器 请配置 这个怎么解决? 使用getChildByName()无法得到子节点对象 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 问题状态 最新活动: 2016-12-17 10:40 浏览: 1276 关注: 3 人 Laya_XS • 2016-12-17 12:59 屏...

来源: Laya_社区 发布时间: 20161216

178. [LayaAir3]list.selectHandler [ 51%]

...="resources/ui/目录2.png"; let modelCtrl:ModelCtrl =Laya.stage.getChildByName("Scene3D").getComponent(ModelCtrl) as ModelCtrl; if(modelCtrl!=null){ this.uiCtrl.InitLeftUI(modelCtrl.data.result); } if(this.uiCtrl._tagList!=null){ this.uiCtrl._tagList.visible=true; } }else{ this....

来源: Laya_社区 发布时间: 20241014

179. Laya List给子元素添加事件后,滚动事件被劫持了 [ 50%]

... storeTxList.vScrollBarSkin = "store/c.png"; let scrollBar = storeTxList.getChildByName('scrollBar'); scrollBar.showButtons = false; let slider = scrollBar.slider; slider.bar.stateNum = 1; let txArray = ; for (let i = 0; i <20; ++i) { let list = new Laya.Sprite(); list.width = 600 ; list.height =...

来源: Laya_社区 发布时间: 20190711

180. laya环境中input类型的网页元素模拟click无法弹出文件选择对话框,怎么破 [ 50%]

... 请问layaair2.0-js 怎么用程序在list中添加多元素的item 使用getChildByName()无法得到子节点对象 Laya["MiniAdpter"].nativefiles 在QQ小游戏中无法读取到 问题状态 最新活动: 2018-09-14 14:03 浏览: 1428 关注: 3 人 cuixueying • 2017-01-14 15:57 我这里...

来源: Laya_社区 发布时间: 20170113