大约有 403 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0052 秒)
Laya_社区(324) Laya2.0_文档(31) Laya3.0_文档(15) Laya3.0_api(14) Laya2.0_api(7) Laya2.0_示例(7) laya_api(5)
...否开户,如果开启需要关掉。或者删除代理试下: npm config delete proxy 2、确定是安装源是从官网下载。如果不是删除去官网下一份。 3、如果npm安装成功,但是layacmd安装不成功,则需要先去安装别的模块能不能正常安装,如果...
来源: Laya_社区 发布时间: 20170608
...DE_版本号\resources\app\out\vs\layaEditor\libs\TP\AtlasGenerator.exe" --config atlasConfig就会按照配置生成图集。如果有必要,可以重命名atlasConfig,就能使用多个配置生成图集了。 以下为配置文件的详细说明 { //散图的根目录。 "inputDir": "re...
来源: Laya_社区 发布时间: 20161201
...就没必要提供方案了。 在这之前还不能生效,还需要将Config的preserveDrawingBuffers设置为false,不然读取像素的时候rgb的通道值,别的论坛里有说这样会影响性能,实际用的时候没有看出有啥差别 还有一种思路是在每次清理buff前进...
来源: Laya_社区 发布时间: 20200815
...alstorage/logo/logo.png I/LayaBox (12689): require(/sdcard/layabox/scripts/config.js) I/LayaBox (12689): found the file in the package:scripts/config.js I/LayaBox (12689): Download [ ]:http://192.168.137.1/public/sh ... 2.471 E/LayaBox (12689): download image file error! file:////data/data/com.klzz....
来源: Laya_社区 发布时间: 20170320
...不到你说的那个显存的方法.谢谢 vincent • 2017-03-22 14:47 Config.WebGLTextCacheCount=500; Config.atlasEnable=false; Config.showCanvasMark=false; Config.CPUMemoryLimit=120 *1024 *1024; Config.GPUMemoryLimit=160 *1024 *1024; Config.animationInterval=50; Config.isAntialias=false; Config....
来源: Laya_社区 发布时间: 20170321
...启用微信bin目录调试 安装后运行vscode,按Ctrl + Shift + P Configure Display Language 安装中文语言包 Extensions 搜索 debug for Chrome 安装 修改 compile.js中的sourcemap属性修改为true 或者搜索sourcemap:修改false为true 修改config.json中sourceMap属性为t...
来源: Laya_社区 发布时间: 20200818
...ndroidArtifact$IncrementalSplitterRunnable > Entry name 'assets/scripts/config.js' collided demo 我补充回复在帖子里了,不清楚是不是因为 1.0.9 文件替换我有什么遗漏的地方,辛苦帮忙看下~ 谢谢! satoxi • 2024-09-02 18:22 没问题了!谢谢!
来源: Laya_社区 发布时间: 20240813
...map bitmap = Bitmap.createBitmap(view.getWidth(), view.getHeight(), Bitmap.Config.ARGB_8888); Canvas canvas = new Canvas(bitmap); view.draw(canvas);但并不能截到Window下的layaView(出laya外的其他部分可以截到,另外注意我写了个Android项目自测,放上Android的原生组...
来源: Laya_社区 发布时间: 20180922
...调试 开启调试模式就可以 game.js里面 修改版本号的源码 config.verson_res = "?v=0.0.1" 修改一次版本号进入一次游戏 重复10次左右 就会触发问题 加载条会不动卡住 就触发了 然后点调试模式的输出 就会看见报错 游戏加载的地方在 cor...
来源: Laya_社区 发布时间: 20181009
... export default class GameUI extends Laya.Scene { constructor() { super(); Config.isAlpha = true; Laya.init(480, 900); Laya.stage.bgColor = null; //加载场景文件 this.loadScene("test/TestScene.scene"); //添加3D场景 var scene = Laya.stage.addChild(new Laya.Scene3D()); //添加照相机 var c...
来源: Laya_社区 发布时间: 20201021