大约有 334 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
Laya_社区(100) Laya3.0_api(79) Laya2.0_api(73) laya_api(68) Laya2.0_文档(6) Laya3.0_文档(5) Laya_示例(2) Laya2.0_示例(1)
...遇到了。 loop=false 也停不了。无奈只能侦听最后一帧然后removeself。 2018-01-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 kiskyxu 相关问题 请问在layaIDE里,怎么调用微信小程序API iphoneX环境下...
来源: Laya_社区 发布时间: 20180110
...下的显示、数据和资源一并移除试一下 sp.destroy(true); sp.removeSelf(); sp=null; Loader.clearRes(url,true); 2018-04-26 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 dtthuang213 相关问题 la...
来源: Laya_社区 发布时间: 20180425
...后就相当于NEW了很多进来。尝试login.remoeChild(game);和game.removeSelf()都没有作用 2017-08-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你示例对象的时候,最...
来源: Laya_社区 发布时间: 20170819
..."点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clone2.addComponent(MouseScrip...
来源: Laya2.0_文档 发布时间: 20210715
...t = 0x7fffffff):Node 删除指定索引区间的所有子对象。 Node removeSelf():Node 从父容器删除自己,如已经被删除不会抛出异常。 Node replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node setChildIndex(node:Node, index:int):Node 设置子节点的...
来源: laya_api 发布时间: 20170929
...存数据移除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
...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
...ace("点击到了我box",owner.name); //从父容器销毁我自己 meshsp.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 staticLayaMonkey.addComponent(MouseScript); layaMonkey_clone1.addComponent(MouseScript); layaMonkey_clone2.addComponent(MouseScript); layaMonkey_...
来源: Laya2.0_文档 发布时间: 20210715
...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
...除之前的页面哦,需要自己对没用的界面进行释放, this.removeSelf(); 2018-04-18 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hiafu 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 Layabox 2...
来源: Laya_社区 发布时间: 20180418