大约有 203 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0033 秒)
遮罩出现黑边! 遮罩出现黑边卡开发者工具提示 cache bitmap size larger than 2048,cache ignored 然而我的图片并没有2048这么大。。。。。 代码如下 var mask:Image = new Image(); mask.skin = "res/atlas/遮罩.png" mask.pos(0,0); _cloudSP.mask = mask; 附件 : --> 2...
来源: Laya_社区 发布时间: 20171202
...的。 this.guideContainer = new Sprite(); this.guideContainer.cacheAs = "bitmap"; Utils.GuideLayer.addChild(this.guideContainer); this.guideContainer.on(Laya.Event.CLICK, this, this.nextStep); this.mouseEnabled = false; var maskArea: Laya.Sprite = new Laya.Sprite(); maskArea.alpha = 0.5; maskArea.g...
来源: Laya_社区 发布时间: 20171222
...UI上显示 关于RenderTexture RenderTexture: unkonw depth format. cache bitmap size larger than 2048,cache ignored Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format laya的透视相机有没有“深度”这个属性?类似U3D相...
来源: Laya_社区 发布时间: 20190525
...复 Laya_Aaron 赞同来自: 对象过大,太大的不能用遮罩 cache bitmap size lager than 2048 ,cache ignored 把这个问题解决了 再看遮罩 2019-03-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 黄晋 相关问题 ...
来源: Laya_社区 发布时间: 20190320
... 真机环境找不到window---cant find variable: window stack Error: asBitmap no size! 微信真机下游戏MAX_TEXTURE_SIZE FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Cannot ...
来源: Laya_社区 发布时间: 20190329
...nderTexture: unkonw depth format RenderTexture: unkonw depth format. cache bitmap size larger than 2048,cache ignored Unity3d导出模型时 报错:LayaAir3D UnityPlugin prefab can't export You should check the texture file format laya的透视相机有没有“深度”这个属性?类似U3D相...
来源: Laya_社区 发布时间: 20181102
... 但播放完一遍后就会消失 同时控制台不断地输出cache bitmap size larger than 2048,cache ignored,直至卡死 2018-06-14 0 0 分享 微博 QZONE 微信 136*****187 赞同来自: 另外变色滤镜ColorFilter也是完全没效果的 不知道是不是我的设置bounds...
来源: Laya_社区 发布时间: 20180614
...w Laya.Sprite(); this.guideContainer.cacheAs = "bitmap"; this.addChild(this.guideContainer); let maskArea = new Laya.Sprite(); maskArea.alpha = 0.5; maskArea.graphics.draw...
来源: Laya_社区 发布时间: 20200119
... 对象非常简单,比如一个字或者一个图片,设置cacheAs=”bitmap”不但不提高性能,反而会损失性能。 容器内有经常变化的内容,比如容器内有一个动画或者倒计时,如果再对这个容器设置cacheAs=”bitmap”,会损失性能。 可以通...
来源: Laya3.0_文档 发布时间: 20241014
... 真机环境找不到window---cant find variable: window stack Error: asBitmap no size! 微信真机下游戏MAX_TEXTURE_SIZE FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Cannot ...
来源: Laya_社区 发布时间: 20201110