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

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

411. 设置pivot后,精灵位置显示位置不正确 [ 53%]

...fff" this.sp = new Laya.Sprite(); let width = 660 let height = 420 this.sp.size(width, height) this.sp.pivot(Math.round(width / 2), Math.round(height / 2)) this.sp.graphics.drawCircle(0, 0, 5, "#000000") this.sp.graphics.drawRect(-this.sp.pivotX, -this.sp.pivotY, width, height, undefined, "#00ff00",...

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

412. laya中js 如何实现Sprite类继承 [ 53%]

...: this.Role = new Role(); this.RoleMap = new Laya.Sprite(); this.RoleMap.size(Laya.stage.width, Laya.stage.height/2); Laya.stage.addChild(this.RoleMap); this.RoleMap.addChild(this.Role); this.Role.pivot(16,24);// 图片32x48 this.Role.pos(100, 200);   Role.js基础代码: var Role = ( function ...

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

413. 在画布上播放video问题的思路 [ 53%]

... htmlCanvas.source.width = 100; htmlCanvas.source.height = 100; htmlCanvas.size(100, 100); // 在单独的画布上绘制矩形。 htmlCanvas.getContext("2d").fillStyle = "#FFFF00"; htmlCanvas.getContext("2d").fillRect(20, 20, 60, 60); // 把单独画布绘制到舞台。 var texture:Texture = new T...

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

414. Laya2.7.0 beta cannon bug [ 53%]

...nonRigidBody3D 的angularVelocity 报错 报错原因:Maximum call stack size exceeded   附件 : --> 2020-06-19 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 157*****593 赞同来自: 麻烦提供一个可复...

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

415. undefined preload.js:55 Error: "unknown animationClip version. : LAYAANIMATION:04 [ 53%]

...f bounds Laya2.1.0 JS调用Java PlatformClass undefined Error: asBitmap no size! 运行报错 Uncaught Can not find scene:GameView.scene undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 问题状态 最新...

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

416. 电脑的谷歌浏览器移动端HTMLDivElement图文混排会报错 [ 53%]

...th="47" height="20" /></span> <span style='color:#dbd4bb;font-size:undefined'><font color='#e9a118'>简单雅洁:</font><font>***</font></span>" 电脑的谷歌浏览器移动端 附件 : --> 2020-07-15 1 条评论 免费帖 --> 分享 微博 QZONE 微...

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

417. LayaNative打包Android平台,AudioMix partial wake locks长时间未释放 [ 53%]

... 4、执行 adb shell dumpsys power 命令查看 会看到: Wake Locks: size=1   PARTIAL_WAKE_LOCK              'AudioMix' (uid=1013, pid=0, ws=WorkSource{10357}) 一直得不到释放! 此外,游戏不播放声音这个问题也一样存在。 附件 : --> demo.zip 2020-06-09 添加评...

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

418. 使用3DUI · LayaAir3.0文档 · LAYABOX [ 53%]

...面使用Label显示人物的名字。另外注意Prefab的根节点Box的size最好改为2的N次幂,这符合纹理的2的N次幂原则。 2.2 创建Sprite3D,添加UI3D组件 在IDE的Scene3D节点下,创建一个Sprite3D对象,添加UI3D组件,如动图2-2所示。 (动图2-2) 在Sp...

来源: Laya3.0_文档 发布时间: 20241014

419. Panel中添加图片无法显示,文本可以 [ 53%]

...text = "fsadfsdfsdfsdfsdf";     label.color = "#ff0000";     label.fontSize = 40;     label.y = 50;     var label2 = new laya.ui.Label();     label2.text = "fsadfsdfsdfsdfsdf";     label2.color = "#0000ff";     label2.fontSize = 40;     label2.y = 100;     var ape2 = new Laya.Sprit...

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

420. HttpRequest感觉没有发成功 [ 53%]

...没有?感觉官网上的有点太简单。 Sprite中的width,height和size(width,height)感觉没作用啊 FB playable Ad 上传zip成功到facebook,广告播放之后,demo不运行? 预加载图集成功了 ,但是渲染的时候找不图片资源。高手帮帮忙 layabox2d例...

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