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

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

131. 修改position与修改localPosition结果不一致(同处于3d场景下的两个节点) [ 57%]

...染吗? Image元件读不了资料流 3D模型无法修改scale? 使用getChildByName()无法得到子节点对象 问题状态 最新活动: 2019-07-17 09:46 浏览: 2550 关注: 2 人 星夜 • 2019-07-17 13:55 1.并非概念不清楚, 同在世界坐标系下的第一层级子节点, 世...

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

132. list随机生成图片优化 [ 57%]

...4; break; case 3: bb=1; break; case 4: bb=3; break; } var img:Image = cell.getChildByName("img1") as Image; img.skin ="battle/xuanshangyu/Image_"+aa+"00"+bb+".png"; 一个list中有4张图片,图片随机从id1002,2004,3001,4003中随机选一张,但是这样的话一个list中有4张有3个list...

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

133. 发布vivo时3D场景无法加载 [ 57%]

...版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 使用getChildByName()无法得到子节点对象 1.7.15 小游戏3d 发布后在手机预览显示异常 unity导出的场景不显示实时阴影 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新...

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

134. list 下 生成图片模糊 [ 57%]

...(idx >= data.length) { return; } cell.removeChildren(); var root = cell.getChildByName('root'); if (!root) { root = new Sprite(); root.pos(0, 0); root.name = "root"; cell.addChild(root); } 。。。。。 生成的 图片 从一个场景中回来在生成 他的 子物体 Sprite 在切换场景...

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

135. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 57%]

...lone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getLine hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChil...

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

136. List翻页效果 [ 57%]

...blic updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_...

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

137. [LayaAir3]当节点改变了scale,布局工具不正确 [ 57%]

...置获取不正确 如何通过命令行工具构建和发布项目 使用getChildByName()无法得到子节点对象 layabox零秒构建项目工具,修改代码后直接就能看效果,不用等待编译什么的。 laya2 发布微信开放域工程,用微信开发者工具打开报错 ...

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

138. List翻页效果怎么实现 [ 56%]

...blic updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_...

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

139. laya.d3.core.Camera_API3.0 [ 56%]

...ographicCoord destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf normalizedViewportPointToRay off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once recoverRenderCo...

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

140. timer无法执行 [ 56%]

... dialog 自定义关闭效果,效果执行完,弹窗无法关闭 使用getChildByName()无法得到子节点对象 Laya["MiniAdpter"].nativefiles 在QQ小游戏中无法读取到 发布到vivo平台后,龙骨动画无法显示 关于发布oppo、vivo快游戏,无法生成Rpk问题 点击...

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