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

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

101. 获取sprite对象的 width和height为0 [ 76%]

....Rectangle = bg.getBounds(); var btBound: Laya.Rectangle = bg.getBounds(); console.log(bgBound.width/2) console.log(bgBound.height - 150) bt.pos(bgBound.width/2 - btBound.width/2,bgBound.height - 150) } } //启动游戏 new Game();打印结果: 0 -150 bgBound.width 和 bgBound.heigt 都为0  2016...

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

102. 发送出去,控制台还是为空,接收不对返回数据 [ 76%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 请教下微信小游戏的内存和数据缓存? 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 打包a...

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

103. layabox各项数据相对比较 [ 76%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 相对屏幕坐标 radio group 文字和图片的相对位置怎么设置,比如我要把文字设在图片中间 三国塔防游戏!终于开发完了,...

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

104. layaAirIDE中如何使用wx等微信基础对象,ide版本1.7.19.1beta [ 76%]

....login({ success: function () { wx.getUserInfo({ success: function (res) { console.log('success', res) }, fail: function (res) { console.log("reject",res) } }) } }); 这段代码里的wx对象,报错如下 "wx is not defined" 2018-07-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

105. Laya.Sprite loadImage 参数问题 [ 76%]

...teImg(280,50); //添加红色颜色滤镜效果 img.filters = [redFilter]; console.log('b'); } /**创建灰色滤镜位图**/ private createGrayFilter():void{ //颜色滤镜矩阵,灰色 var colorMatrix:any = [ 0.3086, 0.6094, 0.0820, 0, 0, //R 0.3086, 0.6094, 0.0820, 0, 0, //G 0.3086, 0.6094, 0.082...

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

106. 如何完全删除精灵 并回收内存 [ 76%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 纹理截取后内存释放不了 Text的中划线(删除线) list如何如何获取选中...

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

107. spine 播放错乱 [ 76%]

...n(Laya.Event.STOPPED, this, this.play); this.play(); } private onError() { console.error("load spine error"); } private play(): void { console.log("1111111111"); if (++this.index >= this.skeleton.getAnimNum()) { this.index = 0; } this.skeleton.play(this.index, false, true); }   正常示例   ...

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

108. 服务器端取数据 [ 76%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 请问从远程网络获取的json数据,怎么保存在本地内存之中呢或本地保存? 关于layaIDE 用js 与服务器通过socket建立长连接...

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

109. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 76%]

...MeshSprite3D) == null || !this.isUseOuline){            // console.log('spreite3D node meshSprite3D is null');            return;         }         var unlitMaterial = new Laya.UnlitMaterial();         unlitMaterial.albedoColor = new Laya...

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

110. graphics.cmds 数据怎么互相传递啊 [ 75%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 请教下微信小游戏的内存和数据缓存? spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁...

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