大约有 208 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
... 有元件支援视频流渲染吗? Image元件读不了资料流 关于removechild、destory、clear的问题 问题状态 最新活动: 2018-10-10 15:18 浏览: 3365 关注: 2 人 Leon • 2018-10-10 15:36 感谢,可是var不写东西,怎么通过this.xx调用? hj • 2018-10-10 15:38 你...
来源: Laya_社区 发布时间: 20181010
...e onDestroy onDisable onEnable once recoverRenderContext3D removeAllLayers removeChild removeChildAt removeChildByName removeChildren removeCommandBuffer removeCommandBuffers removeLayer removeSelf render replaceChild resetProjectionMatrix runCallLater setChildIndex timerLoop timerOnce viewportPoint...
来源: Laya3.0_api 发布时间: 20231115
... = true; this._destroyAllComponent(); this._parent && this._parent.removeChild(this); //销毁子节点 if (this._children) { if (destroyChild) this.destroyChildren(); else this.removeChildren(); } this.onDestroy(); this._children = null; //移除所有事件监听 this.offAll(); //...
来源: Laya_社区 发布时间: 20220224
...击穿透的问题 我这样载入场景问题出现在哪呢?? 关于removechild、destory、clear的问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 问题状态 最新活动: 2018-10-12 21:12 浏览: 1711 关注: 3 人 武岳 • 2018-10-09 17:12 我是用unity导出之后...
来源: Laya_社区 发布时间: 20181009
...景可以显示,但是原场景画面仍然存在,代码: Laya.stage.removeChild(window.sceneSelectroommultiple); delete window.sceneSelectroommultiple; Laya.class(StartgameUI, "StartgameUI", startgameUI); var sceneStartgame = new StartgameUI(); window.sceneStartgame= sceneStartgame; Laya.stag...
来源: Laya_社区 发布时间: 20180815
...点上移除 dragonAnimator2.unLinkSprite3DToAvatarNode(role); aniSprte3D2.removeChild(role); //移除龙2 dragon2.removeSelf(); //将role添加到场景上,同时播放hello动画 scene.addChild(role); animator.play("hello"); ``` ![](img/4.gif)(图4)
来源: Laya2.0_文档 发布时间: 20210714
...e onDestroy onDisable onEnable once recoverRenderContext3D removeAllLayers removeChild removeChildAt removeChildByName removeChildren removeCommandBuffer removeCommandBuffers removeLayer removeSelf render replaceChild resetProjectionMatrix runCallLater setChildIndex timerLoop timerOnce viewportPoint...
来源: Laya3.0_api 发布时间: 20231115
...is.dragonAnimator2.unLinkSprite3DToAvatarNode(this.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
...is.dragonAnimator2.unLinkSprite3DToAvatarNode(this.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
...create和new Laya.Handler有啥区别 Dialog和View用destroy和Laya.stage.removeChild有什么区别? 求解:2D项目中加载View,Laya.Scene.load应该如何使用? 关于打包图集时的图片默认属性与repeat的区别 dispone和destory的区别 Image和Sprite在应用上的区别 Lay...
来源: Laya_社区 发布时间: 20180426