大约有 552 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
Laya_社区(315) Laya3.0_api(80) Laya2.0_api(74) laya_api(68) Laya2.0_示例(6) Laya2.0_文档(3) Laya3.0_文档(3) Laya_示例(3)
...透的问题 关于适配采用showAll后留白部分的颜色问题 关于removechild、destory、clear的问题 graphics alpha 问题 问题状态 最新活动: 2018-02-08 13:47 浏览: 1253 关注: 2 人 15818760256 • 2018-02-08 14:11 看了下,我们是数据请求,重新修改后也加了...
来源: Laya_社区 发布时间: 20180208
...var script:* = Browser.getElementById("serverlist"); Browser.document.head.removeChild(script); DataCollection.jsonp.parseData(data); //loading Main.tl.stopLoad(); } 2018-02-09 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 把setalpha 换成 alpha 就可以了, 加速器里面 没有seta...
来源: Laya_社区 发布时间: 20180209
...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new SimpleSkinnedMeshSprite3D(mesh?: Mesh, name?: str...
来源: Laya3.0_api 发布时间: 20231115
...原有的子节点将会被移除,但不会销毁 移除 删除子节点removeChild(node: Node) 删除子节点的时调用此方法,注意子节点将会被移除,但不会销毁 从父容器删除自己removeSelf() 在不需要知道父节点的情况下,调用此方法可直接从父节...
来源: Laya3.0_文档 发布时间: 20230303
...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeLine removeSelf replaceChild runCallLater setChildIndex setLine timerLoop timerOnce instantiate load Constructors constructor new PixelLineSprite3D(maxCount?: n...
来源: Laya3.0_api 发布时间: 20231115
...canvas画布销毁;显示对象的销毁就是直接调用引擎提供的removeChild方法即可把对象从显示列表移除销毁掉,而对于canvas画布的销毁则就是直接删除当前canvas在的节点。不过第二点一般应该不会,不明白你什么情况下会有需要销毁c...
来源: Laya_社区 发布时间: 20170315
...分的颜色问题 求指点3d射线碰撞和UI点击穿透的问题 关于removechild、destory、clear的问题 IDE创建的UI 层级问题 关于Dialog遮罩层移除解决问题的说明 问题状态 最新活动: 2020-03-30 10:08 浏览: 3475 关注: 3 人 aa111 • 2020-03-26 19:08 demo已上...
来源: Laya_社区 发布时间: 20200326
...ge.addChild( ball ); } } public removeball( ball:Laya.Sprite ){ Laya.stage.removeChild(ball); // console.log("rmove ball") } public getObj():Laya.Sprite { for( let i:number = 0 ; i < this.balls.length;i++ ){ if( !this.balls[i].parent ){ return this.balls[i]; } } let ball = new Laya.Sprite(); ball...
来源: Laya_社区 发布时间: 20180226
... = 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
... this.flag=true; }else{ this.sp.removeChild(this.bt); this.bt.disp(); this.bt=null; this.flag=false; this.oldurl="" } } 这里代码不好认,...
来源: Laya_社区 发布时间: 20181201