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

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

1151. Laya.Handler.create 回调参数问题 [ 54%]

...a.stage.bgColor = "#999911";  ape = new Laya.Sprite();     Laya.stage.addChild(ape); var ag = ["lsd",ape,1,"str"]; ape.loadImage("../laya/assets/res/to1.png",0,0,0,0,Laya.Handler.create(this,graphicsImg,ag));   graphicsImg(ag); }  function graphicsImg(args) { console.log(args); }   //loadIma...

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

1152. 代码创建精灵监听不到事件? [ 54%]

...ure(texture); box.on(Laya.Event.MOUSE_UP,this,onhh); box.pos(36, 85); this.addChild(box); function onhh(params) { console.log("--------------------------------hhhhhhhhhhh- "); }

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

1153. movieClip stop 没有用 [ 54%]

...; mc.load('reset.swf'); mc.on(Event.LOADED,this,onLoaded,[mc]); Laya.stage.addChild(mc); } private function onLoaded(mc:MovieClip):void { mc.gotoAndStop(0); } } }我测试是没有问题,注意下,在资源加载完成后再去对你的swf进行控制,你可以试下! 2017-05-18 0 0 分享 ...

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

1154. 3D模式下使用Tween使模型移动如何写法 [ 54%]

...te3D(Laya.Mesh.load("fish/denglongyu/denglongyuANI-denglongyu.lm")); scene.addChild(fish); var fishmaterial = new Laya.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/denglongyu1.jpg"); fish.meshRender.material = fishmaterial; fish.transform.l...

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

1155. HtmlDivElement文本的居中与不换行冲突问题 [ 54%]

... = "<font style='font:30px'>显示的字符</font>" Laya.stage.addChild(htmlText); 附件 : --> 2019-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回...

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

1156. 分享:IDE使用SWF动画的销毁与反复创建 [ 54%]

...          testView.mc.play(0,true);             Laya.stage.addChild(testView);             Laya.timer.once(2000,this,onLoop,[testView]);         }         private function onLoop(testView:TestView):void         {             testView.mc.stop();  ...

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

1157. 为何laya的label不支持特殊字符的emoji呢 [ 54%]

... QZONE 微信 waterworld007 赞同来自: 能够让 HTMLDivElement 直接addChild 到 场景中的节点就好办了 这个需求是刚需啊 别人的应用都可以,然后自己的不可以,一下子就说不出话来了 2017-11-14 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

1158. 怎么样实现点击左边容器中的button在右边的容器中显示一个页面 [ 54%]

...信 Laya_Aaron 赞同来自: var p = new HTMLIframeElement(); Laya.stage.addChild(p); p.href = "../../res/html/test.html"; p.y = 200; 2018-06-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sqn* 相关问题 微信关系链:LayaAir...

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

1159. 为何发布到微信小程序上,iphone xr会出现精灵显示不全的问题[ 54%]

...a.stage.width / 480; bgSprite.scaleY = Laya.stage.height / 852; Laya.stage.addChild(bgSprite);   在安卓和其他的ios设备上都正常,但是在iphone xr上就遇到了显示不全的问题。 有问题的设备的相关信息如下: ios版本:12.2 微信版本:version 7.0.4   刚开...

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

1160. spine动画放大后,遮罩显示不正常 [ 54%]

...    let mArmature = mFactory.buildArmature(1);         parent.addChild(mArmature);         mArmature.pos(parent.x+parent.width/2, parent.y+parent.height/2);         mArmature.scale(3, 3);         mArmature.on(Laya.Event.STOPPED, this, this.completeHandler);    ...

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