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

大约有 408 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0056 秒)

311. 3d特效克隆时,在手机会现卡顿情况,特效资源已经提前在加载 [ 51%]

...  if(item != null){                 item = item.getChildAt(0).clone();                 Instantiate(item);             }         }                  private function Instantiate(item:Sprite3D):void {                          effect3...

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

312. laya.d3.core.Sprite3D_API3.0 [ 51%]

...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake on...

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

313. 1.7.8版本Sprite3D.load问题 [ 51%]

...示例:https://layaair.ldc.layabox.com/demo/?3d&Sprite3D&Sprite3DClone 3d精灵第一次加载后,只可以clone,不能继续加载。 2017-08-08 0 2 分享 微博 QZONE 微信 zfree 赞同来自: /** *加载层级文件,并作为该节点的子节点。 *@param url */ __proto.loadHi...

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

314. 3d模型预加载后二次调用报错 [ 50%]

...-02 13:03 浏览: 1343 关注: 4 人 qian • 2018-03-07 16:49 你直接用clone不行么 zwjioro • 2018-03-07 17:05 @qian: 是不是Laya.loader.create 相当于直接创建了一个对象了? qian • 2018-03-07 17:08 Laya.loader.create 是预加载 然后用getRes去获取 zwjioro • 2018-03-...

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

315. 分享:自动编译&刷新工具(新增了项目模板创建,调试,发布一条龙) [ 50%]

...lp debug   欢迎大家使用,提意见~   2016.05.05 更新: 直接clone模板的方式,毕竟还是不方便使用,有些没装git的同学也没法使用 于是我用yo的生成器又重做了一个项目generator-layaair,现在创建项目模板更加简单自动化了 初次使用...

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

316. laya.d3.core.MeshSprite3D_API3.0 [ 50%]

...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake on...

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

317. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 50%]

...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake on...

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

318. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 50%]

...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake on...

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

319. laya.d3.core.trail.TrailSprite3D_API3.0 [ 50%]

...n addComponent addComponentInstance bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake on...

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

320. layaAir2.3克隆以及获取节点重大bug!!! [ 50%]

... new Laya.Sprite3D();         a.addChild(guns_test.getChildAt(0).clone());         a.transform.translate(new Laya.Vector3(0,1.38,-60))//transform.localPositionX-=2;         a.transform.scale = new Laya.Vector3(10,10,10)         a.transform.rotate(new Laya.Vecto...

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