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

大约有 339 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)

131. 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

132. 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

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

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

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

134. 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

135. 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

136. timer无法执行 [ 56%]

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

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

137. 我把好几个按钮转化在一个box里面,代码模式下如何获取到每个按钮并赋值 [ 56%]

...内容相关的链接 提交 1 个回复 176*****233 赞同来自: boxName.getChildByName(buttonName:String); 2017-08-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 styleflying 相关问题 Layabox 2.0 bate5 运行编译之后 bundle....

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

138. laya3d的物理属性在哪里设置?求大神指点啊 [ 56%]

...果你是要在代码设置刚体的属性的话: let ball = this.scene.getChildByName('ball') as Laya.MeshSprite3D; let ballRigidboy = ball.getComponent(Laya.Rigidbody3D) as Laya.Rigidbody3D; ballRigidboy.friction = 1; ballRigidboy.rollingFriction = 1; ballRigidboy.restitution =1;拿到精灵节...

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

139. Node.ts 节点销毁之后为什么要注释掉 timer 的清理操作。 [ 56%]

...克隆对象,统计面板的显存和内存就会显示成负数 使用getChildByName()无法得到子节点对象 js开发微信小游戏,如何调用手机相册,选择图片操作 请问如何获取组件的子节点的数量? 无法对载入的材质操作。sharedMaterials的length...

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

140. BoxCollider 不会随着父节点 翻转 scaleX=-1 [ 56%]

...有alpha有效果,scalex和scaley没有变化,怎么回事啊? 使用getChildByName()无法得到子节点对象 CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 ide compile的时候不会启动一个本地服务器吗? Laya.loade...

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