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

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

11. 为什么自定义shader大图正常,小图就被缩小了 [ 74%]

... texture纹理对象 vb顶点数组 ib顶点索引数组 */ myShaderSprite.prototype.init = function(texture,width_Size,height_Size,vb,ib){ this.vBuffer = Laya.VertexBuffer2D.create(); this.iBuffer = Laya.IndexBuffer2D.create(); this.ibData = new Uint16Array(); if(vb) { vbArray = vb; } else{ vbArray...

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

12. 感觉实例之间是关联的,求指教。(已解决) [ 72%]

...is.poke_a.x=0; } Laya.class(Panel1, "Panel1", _super); var _proto = Panel1.prototype; //======================================= //将指定的牌显示到桌面上 //======================================= _proto.start = function () { var tempReturnString = "101,201,301,401,501"; var tempStringArray...

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

13. ReferenceError: Loading_fly is not defined [ 70%]

... } Laya.class(Loading_fly, "Loading_fly", _super) var _proto = Loading_fly.prototype; _proto.onPlay = function () { UIConfig.popupBgAlpha = 0.85; UIConfig.closeDialogOnSide = false; this.diango = new Laya.Dialog(); this.diango.width = Laya.stage.width; this.diango.height = Laya.stage.height; var loa...

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

14. getPixels中的bug [ 68%]

...换了,麻烦官方下一版修复下           var uv=Array.prototype.slice.call(this.uv);   2019-06-25 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 感谢您的反馈,已经改了,下个版本就好了,你改的是对的。 2019-06-25 0 0 分享 微博 QZONE 微信 ...

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

15. 如何根据一个类的对象获取类名 [ 67%]

... 赞同来自: 根据Class获取类名(String)的  var arr:Array = class.prototype.__className.split("."); arr[arr.length-1]就是String类型的类名 2017-08-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 132*****180 相关问题 ...

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

16. Laya2.1.0的BUG!Texture类的getTexturePixels [ 65%]

...容相关的链接 提交 2 个回复 腊笔小新 赞同来自: uv=Array.prototype.slice.call(this.uv); 2019-07-05 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个新版是修复了的,您先自己临时改一下 2019-07-09 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

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

17. 输入设备-贪吃蛇(重力感应) [ 65%]

...Laya.WebGL; function Segment(width, height) { Segment.super(this); Segment.prototype.init = function() { this.graphics.drawRect(-height / 2, -height / 2, width + height, height, "#FF7F50"); } // 获取关节另一头位置 Segment.prototype.getPinPosition = function() { var radian = this.rotation * ...

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

18. 想绘制一个自适应得圆角矩形框,失败了,求解惑 [ 62%]

...,"lineWidth":"1"}); } Laya.class(login,"login",_super); var _proto = login.prototype; return login; })(Laya.Sprite); 2017-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qwer0258 赞同来自: 好的,已经...

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

19. 微信小游戏加载资源问题 [ 59%]

...ingContext2D = function () { }; MiniAdpter.window.CanvasRenderingContext2D.prototype = MiniAdpter.window.wx.createCanvas().getContext('2d').__proto__; MiniAdpter.window.document.body.appendChild = function () { }; MiniAdpter.EnvConfig.pixelRatioInt = 0; Laya.Browser["_pixelRatio"] = MiniAd...

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

20. 设置骨骼动画停留在某一帧/某一个时间点 [ 59%]

...时间点较长时,该方法显然不可取。   2.播即停,Skeleton.prototype.play方法控制播放时间段(第4和第5个参数填同一时间即可) 缺陷:首次挺正常,但是接下来发现并没有什么效果,或者说效果不怎么准确,没深究过。   万般无奈...

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