大约有 3 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0022 秒)
...teByte(10); byts.writeInt(20); byts.writeInt(200); byts.writeInt(150); var file:File = File.desktopDirectory.resolvePath("byarr.byte"); var stream:FileStream = new FileStream(); stream.open(file, FileMode.WRITE); stream.writeBytes(byts); stream.close(); 保存为byarr.byte文件后用layaAir加载...
来源: Laya_社区 发布时间: 20170308
...、图片、字体、声音等) [size=14][code]// Use ZIP when loading files // Note By convention, only resource files in the level-1 directory are loaded Laya.loader.create([{ url: "xx.zip", type:"ZIP"}]) [/size][/code] 如果只需要加载zip包中的部分资源,或者资源路径在多级...
来源: Laya_社区 发布时间: 20211227
...载协议文件 /** * Loads one or multiple .proto or preprocessed .json files into a common root namespace and calls the callback. * @param {string|string[]} filename One or multiple files to load * @param {Root} root Root namespace, defaults to create a new one if omitted. * @param {LoadCallback} ...
来源: Laya3.0_文档 发布时间: 20241014