大约有 346 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)
Laya_社区(129) Laya3.0_api(79) Laya2.0_api(73) Laya2.0_文档(36) laya_api(18) Laya_示例(6) Laya3.0_文档(5)
...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
...的元素 FairyGUI是一款专业的 UI编辑器(千万别点) 使用getChildByName()无法得到子节点对象 LayaAir使用AS语言能直接挂断点吗? mac 用layaair2.0 ide 的编辑模式下,cpu爆满 服务端用什么语言开发比较好一些? 关于发布oppo、vivo快游戏...
来源: Laya_社区 发布时间: 20190130
...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
...某个名字的子节点,通常会调用如下方法来获取子节点 getChildByName("xxx") /** * 根据子节点的名字,获取子节点对象。 * @param name 子节点的名字。 * @return 节点对象。 */ getChildByName(name: string): Node { for (let child of this._children) { if (child...
来源: Laya3.0_文档 发布时间: 20251010
...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
...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
...就提示无法打开代码编辑器 请配置 这个怎么解决? 使用getChildByName()无法得到子节点对象 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 问题状态 最新活动: 2016-12-17 10:40 浏览: 1276 关注: 3 人 Laya_XS • 2016-12-17 12:59 屏...
来源: Laya_社区 发布时间: 20161216
...="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
... 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
... 请问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