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

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

331. 舞台旋转问题 [ 46%]

...配采用showAll后留白部分的颜色问题 3D模型tween旋转 关于removechild、destory、clear的问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 问题状态 最新活动: 2018-01-22 10:10 浏览: 896 关注: 3 人 Laya_Aaron • 2018-01-22 10:11 竖着的滑动条是看...

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

332. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 45%]

...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

333. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 45%]

...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

334. 射线检测报错,outHitInfo.sprite3D=null; [ 45%]

....sprite3D) { console.log("hankex1"); //从场景中移除模型 this.scene.removeChild(this.hit.sprite3D);   } } } 2018-10-20 添加评论 已悬赏5元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Hankex 赞同来自: 相机是存...

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

335. 2D物理-仿生机器人 [ 45%]

...t.CLICK); Laya.Laya.stage.offAll(Laya.Event.DOUBLE_CLICK); Laya.Laya.stage.removeChild(this.label); } } class B2Math { static AddVV(a, b) { return [a[0] + b[0], a[1] + b[1]]; } static SubVV(a, b) { return [a[0] - b[0], a[1] - b[1]]; } } new Physics_Physics_Strandbeests(); import { Config } from "Con...

来源: Laya2.0_示例 发布时间: 20240930

336. 动画挂点(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 45%]

...点上移除 dragonAnimator2.unLinkSprite3DToAvatarNode(role); aniSprte3D2.removeChild(role); //移除龙2 dragon2.removeSelf(); //将role添加到场景上,同时播放hello动画 scene.addChild(role); animator.play("hello"); ``` ![](img/4.gif)(图4)

来源: Laya2.0_文档 发布时间: 20210714

337. laya.ui.LayoutBox [ 45%]

...法会重新刷新缓存。Sprite  refresh():void 刷新。LayoutBox  removeChild(child:Node):Node[override] 删除子节点。 LayoutBox  removeChildAt(index:int):Node[override] 根据子节点索引位置,删除对应的子节点对象。 LayoutBox removeChildByName(name:String):Node 根...

来源: laya_api 发布时间: 20170929

338. laya.d3.core.Camera_API3.0 [ 43%]

...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

339. 其他引擎的Demo-Example_23 [ 42%]

...Y = laser.alpha; if (laser.alpha < 0.01) { lasers.splice(i, 1); Laya.stage.removeChild(laser); i--; } } } // increment the ticker tick += 1; } } } import laya.display.Sprite; class Laser extends Sprite { public var life:int; }

来源: Laya_示例 发布时间: 20240930

340. Laya 绑定显示内容到骨骼动画 [ 42%]

...ndex&lt;0){ throw new Error("找不到要删除的绑定内容"); } this.removeChild(source); this.__bindList.splice(index,1); }  private __updateBinds():void{ let source:BindSource; let position:Laya.Point=Laya.Point.create(); for(let index:number=0;index&lt;this.__bindList.length;index++){ ...

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