大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0018 秒)
..."点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clone2.addComponent(MouseScrip...
来源: Laya2.0_文档 发布时间: 20210715
..."点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clone2.addComponent(MouseScrip...
来源: Laya2.0_文档 发布时间: 20210715
...ace("点击到了我box",owner.name); //从父容器销毁我自己 meshsp.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 staticLayaMonkey.addComponent(MouseScript); layaMonkey_clone1.addComponent(MouseScript); layaMonkey_clone2.addComponent(MouseScript); layaMonkey_...
来源: Laya2.0_文档 发布时间: 20210715
....role); this.aniSprte3D2.removeChild(this.role); //移除龙2 this.dragon2.removeSelf(); //将role添加到场景上,同时播放hello动画 this.scene.addChild(this.role); this.animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210715
....role); this.aniSprte3D2.removeChild(this.role); //移除龙2 this.dragon2.removeSelf(); //将role添加到场景上,同时播放hello动画 this.scene.addChild(this.role); this.animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210714
...e3DToAvatarNode(role); aniSprte3D2.removeChild(role); //移除龙2 dragon2.removeSelf(); //将role添加到场景上,同时播放hello动画 scene.addChild(role); animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210714