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

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

1551. [LayaAir2]shader脚本编译报错 [ 55%]

...2]shader脚本编译报错 同一个项目,两台不同设备上node(6.14.12)版本,Laya(2.13.0)版本都相同,台式机(win10)编译正常通过  笔记本(win11)编译报错,查了很久没找到原因 希望能得到官方大大回复 附件 : --> ShaderStudy.zip 2024-07...

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

1552. 在创建了 Textture2D如何对其进行宽高赋值 [ 55%]

...可以getPixels ,但没有setPixels也同样求解。 我用的是 Laya 1.7.20 2019-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 155*****949 赞同来自: 已经有高人指点了 ,下2.0吧  2019-03-...

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

1553. 关于event中只读属性touches,问题,求解 [ 55%]

...:Text = new Text(); txt.text = "hello"; txt.color = "#FF00FF"; txt.width = 100; txt.height = 100; txt.x = 200; txt.y = 100; txt.fontSize = 50; txt.on("click", this, onFunc); Laya.stage.addChild(txt); } private function onFunc(e:Event):void { var arr:Array = e.touches; console.log("e.touchId="+e.touc...

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

1554. 文本排版错乱 [ 55%]

... pc端 -------------------------------- 移动端     附件 : --> Test1.rar 2017-06-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 1、用htmldivElement组件替代 var html:HTMLDivE...

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

1555. 如何获取animation对象像素值 [ 55%]

...如下: this.body.texture.getPixels(this.bound.x + i, this.bound.y + j, 1, 1); 问题:   this.body已经是被显示在舞台上的animation对象了   animation的texture属性为什么是null。要去获取对象像素值怎么获取?   2016-12-16 添加评论 免费帖 --> 分享 微博 ...

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

1556. addchild后,怎么去引用? [ 55%]

...应该怎么去引用呢? 代码如下:listP是一个UI页面. 用this.lost1,空对象,但是用this._childs[5]是可以的 var lose1=new Laya.Animation(); lose1.loadAnimation("lose_1.ani"); lose1.x=150; lose1.y=400; lose1.size(100,300); lose1.on(Laya.Event.CLICK,this.listP,this.play1); lose1.name="...

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

1557. laya.filters.GlowFilter [ 55%]

...roperties Show Inherited Public Properties PropertyDefined By  _blurInof1_native : Float32ArrayGlowFilter  _blurInof2_native : Float32ArrayGlowFilter  _color_native : Float32ArrayGlowFilter _filter : Function[static] Filter  _sv_blurInfo1 : ArrayGlowFilter  _sv_blurInfo2 : ArrayGlowFilte...

来源: Laya2.0_api 发布时间: 20190513

1558. 请教下关于适配的问题 [ 55%]

请教下关于适配的问题 Laya.init初始尺寸是1440*788,在里面又创建了一个图片,图片的坐标400*400,尺寸200*200。当我在分辨率为1024*768时,图片的坐标还是400*400,但是图片的位置相对于背景来说出现偏移,请问如何实现,像缩放一...

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

1559. graphics 绘制线条粗细不一样 [ 55%]

...线条粗细一样 canvas 正常 版本最新 this.graphics.drawRect(0,0,100,100,null,"#000000",2) 效果: 代码:             var sp:Sprite = new Sprite();             this.addChild(sp);             sp.pos(200, 200);             sp.graphics.drawRect(0, 0, 2...

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

1560. Vector3 is not a constructor [ 55%]

Vector3 is not a constructor mac 1.7.16   ------------------- 花了一天时间找到错误引发的地方   如果把这个类删除了,就不会报错,,,,,,, 我就想问一下有没有编译记录,告诉我是什么原因,,,,, 有没有大神知道,或遇到的...

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