大约有 9 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...(img/3-1.png) (图3-1) ![动图3-2](img/3-2.gif) (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) `autoDestoryAtClosed`场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为false。 ![动图3-3](img/3-3.png) (图3-3) ### 2.3 强大的runtime属性...
来源: Laya2.0_文档 发布时间: 20210714
...(img/3-1.png) (图3-1) ![动图3-2](img/3-2.gif) (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) `autoDestoryAtClosed`场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为false。 ![动图3-3](img/3-3.png) (图3-3) ### 2.3 强大的runtime属性...
来源: Laya2.0_文档 发布时间: 20210715
...(img/3-1.png) (图3-1) ![动图3-2](img/3-2.gif) (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) `autoDestoryAtClosed`场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为false。 ![图3-3](img/3-3.png) (图3-3) ### 2.3 强大的runtime属性 `r...
来源: Laya2.0_文档 发布时间: 20210714
...ouseDown(e){ //console.log("点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clo...
来源: Laya2.0_文档 发布时间: 20210715
...haredMesh** 就是模型的网格,可以对它进行重新创建更换及销毁。 在下面示例中,我们给按钮加了添加了个点击事件。每次点击index值自加,然后根据index值修改从场景ls中获取到的模型网格。 ```typescript //新建四个mesh var box = Laya.P...
来源: Laya2.0_文档 发布时间: 20210714
...haredMesh** 就是模型的网格,可以对它进行重新创建更换及销毁。 在下面示例中,我们给按钮加了添加了个点击事件。每次点击index值自加,然后根据index值修改从场景ls中获取到的模型网格。 ```typescript //新建四个mesh var box = Laya.P...
来源: Laya2.0_文档 发布时间: 20210715
...haredMesh** 就是模型的网格,可以对它进行重新创建更换及销毁。 在下面示例中,我们给按钮加了添加了个点击事件。每次点击index值自加,然后根据index值修改从场景ls中获取到的模型网格。 ```typescript //新建四个mesh var box:Mesh = P...
来源: Laya2.0_文档 发布时间: 20210714
...ouseDown(e){ //console.log("点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 this.staticLayaMonkey.addComponent(MouseScript); this.layaMonkey_clone1.addComponent(MouseScript); this.layaMonkey_clo...
来源: Laya2.0_文档 发布时间: 20210715
...own(e:Event):void{ //trace("点击到了我box",owner.name); //从父容器销毁我自己 meshsp.removeSelf(); } } ``` > **主类**: ```typescript //给四个猴子添加脚本 staticLayaMonkey.addComponent(MouseScript); layaMonkey_clone1.addComponent(MouseScript); layaMonkey_clone2.addComponent(Mo...
来源: Laya2.0_文档 发布时间: 20210715