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

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

741. 自定义panel类问题 [ 49%]

...颜色问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 graphics alpha 问题 关于apk打包动画卡的问题 mask在layaplayer中有问题 问题状态 最新活动: 2017-11-23 12:02 浏览: 947 关注: 2 人 15818760256 • 2017-11-23 09:58 上传了demo,麻烦看下。。...

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

742. 可以帮我测试一下吗? 使用mask的场景,放着就会出现记忆体用完的讯息? [ 49%]

...这段代码有什么问题? let s: Laya.Sprite = new Laya.Sprite(); s.graphics.drawRect(10, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有宽高的Box...

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

743. 模拟石头下落过程不明抖动 [ 48%]

...i].parent ){ return this.balls[i]; } } let ball = new Laya.Sprite(); ball .graphics.drawRect( 0,0,140,140,"#d9d919"); this.balls.push( ball ); return ball; } } new TexasMain(); [/i][/i] 附件 : --> 不明抖动.rar 2018-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

744. 微信小游戏wxmin图片加载有点问题 [ 48%]

....getRes('res/mao.jpg') // console.log(t) // var a = new Laya.Sprite() // a.graphics.drawTexture(t, 0,0) // a.scaleX = 0.3 // a.scaleY = 0.4 // a.pos(0,300) // Laya.stage.addChild(a) // })) // ape.pos(100, 200) // var c = -15 // Laya.timer.frameLoop(40, null, function () { // c += 0.00001 // console....

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

745. 2.0下资源加载和销毁内存问题 [ 48%]

...   { if(this.szurl!="") this.disp() this.szurl=url; if(url==null){ this.graphics.clear(); }else{ this.skin=url; } } public disp(){ this.skin=""; if(this.szurl){ Laya.loader.clearRes(this.szurl,true); //***2.0这里写法为Laya.loader.clearRes(this.szurl); } } public set url(value:string){ this.o...

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

746. 分享:Dragonbones/Spine的换肤操作 [ 47%]

...():void { var btn:Sprite=new Sprite();//绘制一个红色矩形按钮 btn.graphics.drawRect(0,0,150,30,'#FF0000'); btn.pos(10,430); btn.size(150,30);//sprite如果要触发鼠标事件,务必设置好size,也就是鼠标的相应区域 btn.on(Event.CLICK,this,onChangeSkin); Laya.stage.addChild(...

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

747. 让 CylinderMesh 支持椎体 [ 47%]

...t.STATIC_DRAW*/0x88E4,true); this._indexBuffer=new IndexBuffer3D(/*laya.d3.graphics.IndexBuffer3D.INDEXTYPE_USHORT*/"ushort",this._numberIndices,/*laya.webgl.WebGLContext.STATIC_DRAW*/0x88E4,true); this._vertexBuffer.setData(vertices); this._indexBuffer.setData(indices); this.memorySize=(this._verte...

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

748. image loadimage 加载网络图片BUG [ 47%]

...编辑器赋值skin。这样是否是个BUG。调用load前 也调用了.graphics.clear()。请问官方是否有次BUG。应该不用提供demo。必现 附件 : --> 录像1.rar 2018-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

749. 关于微信小游戏的开放数据域,请问如何将开放数据域的canvas绘制到layaair的image上? [ 47%]

...aya.Texture(sharedCanvas); texture.bitmap.alwaysChange = true; rankSprite2.graphics.drawTexture(texture, left*pixelRatio, top*pixelRatio, width*pixelRatio,height*pixelRatio);     这样在安卓上跑好卡啊 2018-05-07 0 0 分享 微博 QZONE 微信 yung 赞同来自: 关于开放域,微信将...

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

750. LayaAir开发笔记(1)五十音图连连看 [ 47%]

...); Laya.stage.addChild(card[index]); card[index].name = index; card[index].graphics.drawRect(0, 0, 80, 120, null, "#000000", 2); card[index].graphics.loadImage("linkgame_card.jpg"); card[index].size(80, 120); card[index].pos(10 + 100 * i, 130 + 140 * j); card[index].on(Laya.Event.CLICK, this, functi...

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