大约有 1,130 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)
...域的效果了: Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...Air引擎的产品,必须在产品页任意可见位置增加 “Powered by LayaAir Engine” 字样,否则LayaAir引擎官方有权要求该产品停止引擎的使用,有权要求未遵守引擎使用协议的产品从所有运营平台中下架该产品。 #### 1.3 问题社区(Issues) ...
来源: Laya2.0_文档 发布时间: 20210714
..., (动图7-8) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...信实例3.1 字符串数据通信3.2 二进制数据通信3.3 基于Laya.Byte二进制通信四、其它APIWebSocket通信 Author: Charley WebSocket 协议因其全双工、低延迟的特点被广泛应用于在线游戏、实时聊天、数据推送等场景。LayaAir 引擎内置对 WebSocket ...
来源: Laya3.0_文档 发布时间: 20251010
...表示控制游戏时最常用的键。 Public Constants ConstantDefined By A : int = 65[static] 与 A 键的键控代码值 (65) 关联的常数。Keyboard ALTERNATE : int = 18[static] 与 Alternate (Option) 键的键控代码值 (18) 关联的常数。Keyboard B : int = 66[static] 与 B ...
来源: laya_api 发布时间: 20170929
...表示控制游戏时最常用的键。 Public Constants ConstantDefined By A : int = 65[static] 与 A 键的键控代码值 (65) 关联的常数。Keyboard ALTERNATE : int = 18[static] 与 Alternate (Option) 键的键控代码值 (18) 关联的常数。Keyboard B : int = 66[static] 与 B ...
来源: Laya2.0_api 发布时间: 20190513
...b。 (动图4-5) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:28:00 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...23051 E C03f00/MUSL-LDSO: Error loading shared library libjsvm.so: (needed by /data/storage/el1/bundle/libs/arm64/libconch.so) 01-06 17:34:41.714 23051 23051 W C03f01/NAPI: [(native_module_manager.cpp:771)(LoadModuleLibrary)] dlopen failed: Error loading shared library libjsvm.so: No such file or di...
来源: Laya_社区 发布时间: 20250106
...补充和完善。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...path: string): Particle3D { var ret:Particle3D = Pool.getInstance().getItemByClass("Particle3D@" + path, Particle3D); ret.Init(path); return ret; } //粒子特效初始化 private Init(file_path:string): void { if (this._isInited) { return; } this._filePath = file_path; console.log("Particle3D"); //...
来源: Laya3.0_文档 发布时间: 20251010