• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 334 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0083 秒)

111. LayaAir IDE 2.2.0beta4 动画挂点(骨骼挂点)无效 [ 49%]

...n false; }  public static unLink2Node(Sprite3D: Laya.Sprite3D) { Sprite3D.removeSelf(); }   2019-09-19 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 133*****831 相关问题 微信关系链:LayaAir引擎针对微信小游戏好友...

来源: Laya_社区 发布时间: 20190918

112. 请问UI之间的场景切换要怎么写 [ 49%]

...); Laya.stage.addChild(Laya.sg_sign); } function onWxSign1(){ Laya.sg_sign.removeSelf(); Laya.Pool.recover("sg_sign",Laya.sg_sign); Laya.sg_index = new sg_index(); Laya.stage.addChild(Laya.sg_index); } 这样写可以吗 还有ui和代码创建出来 之间的切换要怎么写 2017-07-25 添加评...

来源: Laya_社区 发布时间: 20170725

113. 节点管理 · LayaAir3.0文档 · LAYABOX [ 48%]

...注意子节点将会被移除,但不会销毁 从父容器删除自己removeSelf() 在不需要知道父节点的情况下,调用此方法可直接从父节点删除自己,此方法使用频率比较多 根据名字删除对应子节点removeChildByName(name: string) 当我们知道某个节...

来源: Laya3.0_文档 发布时间: 20230303

114. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 48%]

...once removeChild removeChildAt removeChildByName removeChildren removeLine removeSelf replaceChild runCallLater setChildIndex setLine timerLoop timerOnce instantiate load Constructors constructor new PixelLineSprite3D(maxCount?: number, name?: string): PixelLineSprite3D Overrides RenderableSprite3D....

来源: Laya3.0_api 发布时间: 20231115

115. Spine 间隔一段时间卡顿5000毫秒左右,期间GPU占用极高, Demo已上传 [ 47%]

...his, (e) => { if (e.name == "xiaoshi") { ufo.offAllCaller(this); // ufo.removeSelf();   } });  })); }  genSpine(url, handler: Laya.Handler) { var templet = new Laya.SpineTemplet(Laya.SpineVersion.v4_0); templet.on(Laya.Event.COMPLETE, handler.caller, handler.method); templet.on(Laya.Event.ERRO...

来源: Laya_社区 发布时间: 20220530

116. 3D物体检测到碰撞后,被碰撞物被移除的时候过30秒再次出现?并添加到舞台 [ 47%]

...; function Wipe() { console.log(other._owner); //移除自己 other._owner.removeSelf(); return; } } else { var move1 = new Laya.Vector3(0.02, 0, 0); var move2 = new Laya.Vector3(-0.02, 0, 0); Laya.timer.once(0, null, Right); Laya.timer.once(50, null, Left); function Right() { other.owner.transform....

来源: Laya_社区 发布时间: 20181017

117. 如何完全删除精灵 并回收内存 [ 46%]

...l.recover('Container', container) Laya.stage.addChild(container) container.removeSelf() } laya.utils.Pool.clearBySign('Text') laya.utils.Pool.clearBySign('Container') container = null }, 100)可以结贴了 2018-08-01 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: destroy(true) 2018-07-28 0...

来源: Laya_社区 发布时间: 20180728

118. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 46%]

...ment(tipElmt); // Laya.Browser.document.body.removeChild(tipElmt); viewIns.removeSelf(); Laya.stage.addChild(new GameWorld()); } videoElmt.onclick = goGameWorld; tipElmt.onclick = goGameWorld; } } } 2018-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

来源: Laya_社区 发布时间: 20180802

119. LayaBox进阶之UI管理类 [ 46%]

...his.getView(clazz); let index: number = this.getViewIndex(clazz); if(v){ v.removeSelf(); this.uiList.splice(index,1); } }[/i] [i] private getViewIndex(clazz: any):number{ for(let i:number =0 ; i<this.uiList.length ; i++){ let uiData = this.uiList[i]; if(uiData.clazz == clazz){ return i; } } retu...

来源: Laya_社区 发布时间: 20190222

120. Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! [ 45%]

...写一下呗 比如world->body->trail   A点移除的时候 trail.removeSelf(); trail.transform.position =  body.transform.position.clone(); world.addChild(trail);   B点新加的时候重新创建一个新的,不要用这个旧的了 2019-01-11 0 0 分享 微博 QZONE 微信 gplzh 赞同...

来源: Laya_社区 发布时间: 20181217