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

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

1111. ColorPicker组件的皮肤制作标准是? [ 55%]

...colorPicket 的颜色改变回调函数。               Laya.stage.addChild(colorPicket);//将此 colorPicket 对象添加到显示列表。           }          private function onChangeColor(colorPicket:ColorPicker):void           {               trace("当前选择...

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

1112. 加载U3D导出的LH格式粒子特效,加载完成不回调 [ 55%]

...出的LH格式粒子特效,加载完成不回调 this.lz = this.sceneP.addChild(Laya.Sprite3D.load("res/h5/LayaScene_Effect/Effect.lh")) as Laya.Sprite3D; this.lz.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); }); 之前是按照ls导出的不回调,你们在...

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

1113. l龙骨动画内存上升 [ 54%]

...    longgu.pos(dragronX, dragronY);                 parent.addChild(longgu);                 longgu.play(0, isLoop);                 longgu.on(Event.STOPPED, this, function():void {                     Laya.stage.removeChild(longgu);        ...

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

1114. 我想把flex项目转为laya ts项目,转换过程 mx.containers.Canvas报错 [ 54%]

...omponent):void             {                 this.cab.addChild(child);             }                          public function getDevices():Array             {                 return this.cab.getChildren();             }  ...

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

1115. clip里的WeakObject.I缓存的数据有问题 [ 54%]

...kFun():void { if( clip == null ){ clip = new Clip("1.png",6,6); Laya.stage.addChild(clip); clip.play(); }else{ clip.dispose(); clip = null; } }   2017-11-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lifereset 相关问题 我用lis...

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

1116. unity导出有动作的模型,加载时报错 [ 54%]

....lh", Laya.Handler.create(null, (sprite:Laya.Sprite3D) => { this.mScene.addChild(sprite); sprite.transform.translate(new Laya.Vector3(-0.3, 0, 0)); }));   报错信息laya.d3.js:6573 Uncaught TypeError: Cannot set property 'x' of undefined     at AnimationTransform3D.get localRotationEuler [as...

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

1117. dialog第一次可以正常调出,第二次无法正常popup出来 [ 54%]

...ew LoginView();         loginView.init();         Laya.stage.addChild(loginView);     } LoginView.js中的init函数     LoginView.prototype.init = function () {         this.btnReg.on(Laya.Event.CLICK, this, this.onBtnReg);         this.btnLogin.on(Laya.Event.CLICK...

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

1118. 自定义对话框设置zOrder后,关闭时报错 [ 54%]

...ownBar() { PauseDialog.super(this); this.name = 'CountdownBar'; Laya.stage.addChild(this); this.zOrder = 100; this.count = 4; this.countLabel.text = '' + this.count; Laya.timer.loop(1000, this, this.countdown); } Laya.class(countdownBar, "CountdownBar", CountdownUI); return countdownBar; }()); Count...

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

1119. clip清除一遍资源后再加载就无法显示了!有demo! [ 54%]

...kFun():void { if( clip == null ){ clip = new Clip("1.png",6,6); Laya.stage.addChild(clip); clip.play(); }else{ clip.dispose(); clip = null; } } 请官方给一个解决方案 目前我把weakobject里的数值设置为null了 但感觉官方改比较好! 2017-11-28 添加评论 免费帖 --> 分...

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

1120. 【悬赏版】动态更换SkinedMeshSprite3D对象,替换后,对象缩小了 [ 54%]

...quipSkinedMeshSprite3D:Laya.SkinnedMeshSprite3D; this.role3D.getChildAt(0).addChild(equipSkinedMeshSprite3D); equipSkinedMeshSprite3D.transform.scale = new Laya.Vector3(2.54, 2.54, 2.54);   补充:         衣服单独添加到场景没有问题,         添加到人物上,就会出...

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