大约有 452 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(203) Laya3.0_api(106) Laya2.0_api(66) laya_api(63) Laya2.0_文档(10) Laya3.0_文档(2) Laya2.0_示例(1) Laya_示例(1)
...毁其克隆对象,统计面板的显存和内存就会显示成负数 Texture图片能否进行翻转? list单个中的单条的button怎么添加点击事件 手游的时候一般会对堆栈信息进行一些上报用于定位问题,请问一下H5这块有什么好的方法吗? 我在转...
来源: Laya_社区 发布时间: 20200514
可以通过base64构造Texture对象吗? 事实上我想做的事情是我得到了一张base64的图片,现在我需要提取出其中的一个部分,比如从x:100,y:100开始,截取宽100,高100的一张图。请教一下如何实现! 感恩!!! 2017-11-03 添加评论 免费...
来源: Laya_社区 发布时间: 20171103
...Templet srcBoneMatrixArr : Array 存放原始骨骼信息 Templet subTextureDic : Object 存放纹理数据 Templet TEMPLET_DICTIONARY : Object[static] Templet tfArr : Array transform数据 Templet yReverseMatrix : Matrix 反转矩阵,有些骨骼动画要反转才能显示 TempletP...
来源: Laya2.0_api 发布时间: 20190513
...关的链接 提交 1 个回复 Laya_XS 赞同来自: 代码参考: var texture1:Texture = Loader.getRes("res/hero/1.jpg"); if(texture1 && texture1.bitmap) { texture1.bitmap.releaseResource(); } 2018-04-10 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20180408
...空白了。。。 cuixueying • 2017-05-10 10:34 1、因为image引用的texture是同一个,所以你要确保你的texture引擎没有其他显示对象引用后,再去掉destroy,如果其他显示对象对其依然有引用,你可以先将image从现实列表移除,removeChild并让im...
来源: Laya_社区 发布时间: 20170509
...Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined Texture图片能否进行翻转? 导微信小程序报错window.focus is not a function 官网示例摇一摇报错,就解决方案 启动引擎报错 mPlugin.game_plugin_init(3); 小游戏项目 加载有中文的json文...
来源: Laya_社区 发布时间: 20200116
...显示问题 var sprite:Sprite=new Sprite(); sprite.pos(0, 0); var texture:Texture=new Texture(Browser.window.sharedCanvas); if (texture) { // texture.bitmap.alwaysChange=true; //小程序使用,非常费,这个参数可以根据自己的需求适当调整,如果内容不变可以不用...
来源: Laya_社区 发布时间: 20180725
...但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...
来源: laya_api 发布时间: 20170929
...cumentationAll Packages | All Classes | Index | Frames No Frames DataTexture2DProperties | Methods Packagelaya.d3.resourceClasspublic class DataTexture2DInheritanceDataTexture2D BaseTexture laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Propert...
来源: laya_api 发布时间: 20170929
关于导出粒子特效问题 导出的时候报错了 Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats. UnityEngine.Texture2D:EncodeToPNG() LayaExport.DataManager:saveTextureFile(JSONObject, Texture2D, String, String, String) LayaExport.DataMana...
来源: Laya_社区 发布时间: 20180321