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

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

1301. 打包APK运行,drag拖动出现问题;color="#0"程序直接崩溃 [ 52%]

...   imag=new Image("ui/comp/image.png");             Laya.stage.addChild(imag);             imag.on(Event.MOUSE_DOWN,this,onDown);             imag.on(Event.MOUSE_UP,this,onUP);         }                  private function onDown():void{          ...

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

1302. Unity插件导出模型 [ 52%]

...lh", Laya.Handler.create(null, function(sprite:Laya.Sprite3D):void { scene.addChild(sprite); sprite.transform.localScale = new Laya.Vector3(0.2, 0.2, 0.2); }));   报错信息 Uncaught TypeError: Cannot read property 'transform' of undefined     at SkinnedMeshRenderer._computeSubSkinnedData (laya...

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

1303. 请问用laya的tab模板创建的tab,为啥没有点击事件啊?而且tab标签点击后没有一直处于按下状态 [ 52%]

...BootClass", MyBootPage2UI);     UI = new MyBootClass();     Laya.stage.addChild(UI); } function MyBoot() {     MyBoot.super(this);          this.Boot.selectHandler = new Laya.Handler(this, onSelect, null, false);//设置 tab 的选择项发生改变时执行的处理器。     console....

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

1304. 关于颜色滤镜的问题 [ 52%]

....pos(540,70); balloon.filters = [new Laya.ColorFilter(redMat)]; Laya.stage.addChild(balloon); 附件 : --> 2016-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 你好:   我这边...

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

1305. LAYA转换后,MovieClip的gotoAndStop方法会使子MovieClip偶尔显示不出图片 [ 52%]

... 这个我倒没试过,我是用LOADER加载的,加载完后执行this.addChild(event.target.loader); jiahuafu • 2016-07-19 10:37 谢谢!另外一个游戏我去试下 jiahuafu • 2016-07-22 10:03 preSwfAssets这方法管用,哈哈,请问这个原理是什么? cuixueying • 2016-07-2...

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

1306. 创建[HTMLDivElement]时遇到错误(手动实例一次本组件可定位错误) [ 52%]

...写。 this.contentDiv = new Laya.HTMLDivElement(); this.contentT.parent.addChild(this.contentDiv); this.contentDiv.x = this.contentT.x; this.contentDiv.y = this.contentT.y; this.contentDiv.width = this.contentT.width; this.contentDiv.height = this.contentT.height; this.contentDiv.style.width = this...

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

1307. untiy导出的粒子特效有播放完成的回掉吗? [ 52%]

...事件是挂在ShurikenParticleSystem上的。  var wjqs:Sprite3D = scene.addChild(Sprite3D.load("fff.lh")) as Sprite3D; wjqs.once(Event.HIERARCHY_LOADED, this, function():void { var aaa:ShurikenParticleSystem = wjqs.getChildAt(0).getChildAt(0).particleSystem; aaa.on(Event.COMPLETE, this, function(...

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

1308. Texture2D.setPixels会导致图片质量变差了,获取原生的pixels没有进行改动。怎么回事呢? [ 52%]

... = "waken"; image.size(823,492); image.centerX=0; image.centerY=1; thisObj.addChild(image); }; /**加载完图片后点击事件重新设置pixels*/ var imageNode:Laya.Image = this.getChildByName("waken") as Laya.Image; var imageSprite:Laya.Sprite; var uint8Array:Uint8Array = imageNode.source.bitmap...

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

1309. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 52%]

...tf;             debug_txt.text = "start...";             stage.addChild(debug_txt);               if (ExternalInterface.available)             {                 var params:String = ExternalInterface.call("getParams");                   if (params.indexOf("?"...

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

1310. GlowFilter和TimeLine/Tween一起用的问题 [ 52%]

...idth) / 2; ape.y = (Laya.stage.height - texture.height) / 2;   Laya.stage.addChild(ape); }   function applayFilter() { //创建一个发光滤镜 //var glowFilter = new GlowFilter("#ffff00", 10, 0, 0); //设置滤镜集合为发光滤镜 //ape.filters = [glowFilter]; splashSp(ape); } })(); 2018-10...

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