• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,130 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)

1101. 开放数据域组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 22%]

...域的效果了: Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20251010

1102. 如何使用及维护Github的LayaAir引擎源码(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 21%]

...Air引擎的产品,必须在产品页任意可见位置增加 “Powered by LayaAir Engine” 字样,否则LayaAir引擎官方有权要求该产品停止引擎的使用,有权要求未遵守引擎使用协议的产品从所有运营平台中下架该产品。 #### 1.3 问题社区(Issues) ...

来源: Laya2.0_文档 发布时间: 20210714

1103. 使用3D摄像机 · LayaAir3.4 · 引擎文档 · LAYABOX [ 20%]

..., (动图7-8) Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20251010

1104. WebSocket通信 · LayaAir3.4 · 引擎文档 · LAYABOX [ 20%]

...信实例3.1 字符串数据通信3.2 二进制数据通信3.3 基于Laya.Byte二进制通信四、其它APIWebSocket通信 Author: Charley WebSocket 协议因其全双工、低延迟的特点被广泛应用于在线游戏、实时聊天、数据推送等场景。LayaAir 引擎内置对 WebSocket ...

来源: Laya3.0_文档 发布时间: 20251010

1105. laya.events.Keyboard [ 20%]

...表示控制游戏时最常用的键。 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

1106. laya.events.Keyboard [ 20%]

...表示控制游戏时最常用的键。 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

1107. 实体组件系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 20%]

...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

1108. [LayaNative3]2d示例程序构建发布打包后,在OpenHarmony运行闪退 [ 20%]

...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

1109. 3D概念入门 · LayaAir3.4 · 引擎文档 · LAYABOX [ 19%]

...补充和完善。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20251010

1110. 3D粒子 · LayaAir3.4 · 引擎文档 · LAYABOX [ 19%]

...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