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

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

1. Windows扩展 · LayaAir3.3 · 引擎文档 · LAYABOX [ 100%]

...nclude/ | └── lib/ | └── x64 | └── conch.lib ├──dllmain.cpp ├──exports.cpp 包含示例代码 ├──LayaExt.vcxproj └──framework.h 2.2 生成动态链接库 打开项目后,点击图2-3中的“生成解决方案”, (图2-3) 控制台的输出如下图...

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

2. 组件装饰器说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 53%]

...码如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property({ type: Number }) _radian: number = 0; //带下划线的属性,默认不会出现在IDE的属性面板上,只是用来存储输入的弧度 @property({ type: Number, caption: "角度",...

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