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

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

61. MovieClip里面的API都是没用的吗? [ 56%]

...遇到了。 loop=false 也停不了。无奈只能侦听最后一帧然后removeself。 2018-01-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 kiskyxu 相关问题 请问在layaIDE里,怎么调用微信小程序API iphoneX环境下...

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

62. clearRes内存泄漏 [ 56%]

...下的显示、数据和资源一并移除试一下 sp.destroy(true); sp.removeSelf(); sp=null; Loader.clearRes(url,true);   2018-04-26 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 dtthuang213 相关问题 la...

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

63. 请问UI页面怎么移除 [ 56%]

...后就相当于NEW了很多进来。尝试login.remoeChild(game);和game.removeSelf()都没有作用 2017-08-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你示例对象的时候,最...

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

64. 鼠标脚本(TypeScript-3D基础(TS)-LayaAir3D之鼠标交互) [ 56%]

..."点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clone2.addComponent(MouseScrip...

来源: Laya2.0_文档 发布时间: 20210715

65. laya.display.Node [ 56%]

...t = 0x7fffffff):Node 删除指定索引区间的所有子对象。 Node  removeSelf():Node 从父容器删除自己,如已经被删除不会抛出异常。 Node  replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node  setChildIndex(node:Node, index:int):Node 设置子节点的...

来源: laya_api 发布时间: 20170929

66. 严重问题资源销毁不了 [ 56%]

...存数据移除ani.clear() 3、将Animation从显示列表移除,即ani.removeSelf(),ani.remremoveChildren() 4、将Animation从显存移除,即ani.destroy(true) 可以参考下http://ask.layabox.com/question/3840 2017-04-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠...

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

67. laya.display.Node_API3.0 [ 56%]

...e onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce Constructors constructor new Node(): Node Defined in laya/display/Node.ts:94 Returns Node Properties Optional _extra _extra: INodeExtra Defined in laya/di...

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

68. 鼠标脚本(ActionScript-3D基础(AS3)-LayaAir3D之鼠标交互) [ 55%]

...ace("点击到了我box",owner.name); //从父容器销毁我自己 meshsp.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 staticLayaMonkey.addComponent(MouseScript); layaMonkey_clone1.addComponent(MouseScript); layaMonkey_clone2.addComponent(MouseScript); layaMonkey_...

来源: Laya2.0_文档 发布时间: 20210715

69. 小图集内存较大,且不能清理掉 [ 55%]

...rivate function onClear():void { _s.graphics.clear(); _s.destroy(true); _s.removeSelf(); _s=null;      console.log(Laya.loader.getRes(_url)); Loader.clearRes(_url,true); console.log(Laya.loader.getRes(_url)); } 2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

70. 用Laya.stage.addChild(new testUI());后,原来让页面还在运行 [ 55%]

...除之前的页面哦,需要自己对没用的界面进行释放, this.removeSelf(); 2018-04-18 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hiafu 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 Layabox 2...

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