大约有 403 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0088 秒)
...问题,怎么获取运行内容的系统的语言代码啊,i18n那种格式的。如中文是zh_CN,英文是en,韩文是ko Laya_Aaron • 2018-06-06 11:03 @Laya_Aaron:这个核实了一下,那个文档是以前的,后来更新了引擎 js 就不能用那种方法了,前几天有用as...
来源: Laya_社区 发布时间: 20180604
...件 3.这时候需要将导出的obj文件利用转换工具转换成json格式的文件,让Laya读取 4.转换工具是python文件,需要安装python,python环境下载地址:python 5.在转换工具命令 python convert_obj_three.py -i xx.obj -o xx.json 回车。详细请看转换工具...
来源: Laya_社区 发布时间: 20201204
...在原版本号基础上递增,如 1.0 → 1.1。 推荐采用 浮点数格式(如 0.1、1.3、5.0),便于管理和区分。 2.5 输出目录 outputPath 发布后生成的文件存放目录。 默认路径为项目根目录下的 release 文件夹。 建议保持默认路径,以便统一...
来源: Laya3.0_文档 发布时间: 20251023
...et(value: string): void Defined in laya/ui/Button.ts:709 图标x,y偏移,格式:100,100 Returns string Defined in laya/ui/Button.ts:713 图标x,y偏移,格式:100,100 Parameters value: string Returns void is3D get is3D(): boolean Inherited from Node.is3D Defined in laya/display/Node.ts:87 ...
来源: Laya3.0_api 发布时间: 20231115
... from Button.iconOffset Defined in laya/ui/Button.ts:709 图标x,y偏移,格式:100,100 Returns string Inherited from Button.iconOffset Defined in laya/ui/Button.ts:713 图标x,y偏移,格式:100,100 Parameters value: string Returns void is3D get is3D(): boolean Inherited from Node.is3D Defi...
来源: Laya3.0_api 发布时间: 20231115
... from Button.iconOffset Defined in laya/ui/Button.ts:709 图标x,y偏移,格式:100,100 Returns string Inherited from Button.iconOffset Defined in laya/ui/Button.ts:713 图标x,y偏移,格式:100,100 Parameters value: string Returns void is3D get is3D(): boolean Inherited from Node.is3D Defi...
来源: Laya3.0_api 发布时间: 20231115
...为#000000(黑色) 标签边距 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 换行 lineWrap 默认为false,勾选后,子项超出当前节点宽高会换行显示 换行间隔 lineSpace 换行后的间隔距离 可通过设置labels属性增加...
来源: Laya3.0_文档 发布时间: 20251016
...还是用的白鹭的,可以根据自己需求调整,这个是json的格式: // 程序入口 class GameMain{ constructor() { Laya.init(600,400); var that = this; Laya.loader.load([{"url":"res/playerKpiFont.json","type":Laya.Loader.JSON}, {"url":"res/playerKpiFont.png","type":Laya.Loader.IMAGE}...
来源: Laya_社区 发布时间: 20161014
...使用)。 需要手动指定字节序(如解析网络协议、文件格式)。 需要随意访问 ArrayBuffer 的任何字节,而不是连续数据。 3.3.3 Laya.Byte的优势 LayaAir引擎的Byte 类,将TypedArray与DataView优势结合起来,进行了封装。提供了高效、灵活...
来源: Laya3.0_文档 发布时间: 20251010
... console.log("消息传递格式错误 ......"+JSON.stringify(message)); return; } ...
来源: Laya_社区 发布时间: 20180529