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

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

351. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 56%]

...chart = new Laya.ProgressBar( "ui/start/progress.png" ); this._blood_chart.size( this._blood_area.w, this._blood_area.h ); this._blood_chart.pivot( this._blood_chart.width / 2, 0 ); this.addChild( this._blood_chart ); } this._blood_chart.pos( this.width / 2, y_sp );   this._blood_value = 100; this....

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

352. 点击区域问题 [ 56%]

...开发者手动设置的,如果想要负坐标可点击,设置sprite的size或hitArea的区域为负值即可。 2017-01-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 kasl123 相关问题 发起问题须知,必看!!!不...

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

353. Error TS5007 [ 56%]

...61, 有谁知道什么原因导致的吗? 怎样解决? Error: asBitmap no size! Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 华为P9在加速器下...

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

354. Load script error [ 56%]

...试报错:LayaPlayer不支持的标签</SCRIPT> Error: asBitmap no size! retry to load问题 微信小游戏兼容性bug 部分机型load场景不显示 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds spine动画转换失败,加载错误:导出二进制数据出错:writeU...

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

355. Laya事件不能添加给多边形吗? [ 56%]

... 2 人 Sornets • 2018-02-01 14:51 谢谢,已经解决了,没有设置size

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

356. 图片设置mask有毛边 [ 56%]

... = new Laya.Image(); tmpMask.anchorX = 0.5; tmpMask.anchorY = 0.5; tmpMask.size(this.hexaSize.w, this.hexaSize.h); tmpMask.pos(v.x, v.y); tmpMask.loadImage(SKINS.HEXA_GRID_BG, 0, 0, this.hexaSize.w, this.hexaSize.h, Laya.Handler.create(this, function () { index++; if (index >= views.length) { img...

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

357. 高级应用-渲染纹理 [ 56%]

..."../../res/threeDimen/ui/button.png", "渲染目标")); changeActionButton.size(160, 40); changeActionButton.labelBold = true; changeActionButton.labelSize = 30; changeActionButton.sizeGrid = "4,4,4,4"; changeActionButton.scale(Laya.Browser.pixelRatio, Laya.Browser.pixelRatio); changeActionButton.po...

来源: Laya_示例 发布时间: 20241118

358. 滤镜问题,有复现demo [ 56%]

.../ 2, Laya.stage.height / 2, "#ffff00"); var btn:Sprite = new Sprite(); btn.size(200, 100); btn.graphics.drawRect(0, 0, btn.width, btn.height, "#ff00ff"); Laya.stage.addChild(btn); btn.on(Event.MOUSE_DOWN, this, function():void { btn.filters = [new GlowFilter("#ff0f0f")]; } ); btn.on(Event.MOUSE_UP, ...

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

359. 做"活动说明"图片滚动,图片超过2048不允许mask? [ 56%]

...明"图片滚动,图片超过2048不允许mask? output: cache bitmap size larger than 2048,cache ignored 怎么办??? 2017-02-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: oh...

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

360. 请问object层中添加的sprite怎么添加点击事件 [ 56%]

...1; flower.pivotX=25; flower.pivotY=80; flower.zOrder = budai.y; flower.autoSize = true; flower.height = 100; flower.width = 100; flower.size(100,100); flower.on(Laya.Event.CLICK,this,function() {    alert("My Name is Bear"); }); mallLayer.addChild(flower); mallLayer._showGridList.push(flower); ...

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