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

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

301. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 29%]

...) #### 1.2、下载安装Node.js Node.js 是一个基础环境,比如TypeScript编译、npm都需要依托于 Node.js。 如果没有安装,直接前往node官网下载安装即可, Node.js 10.x版本下载地址为: https://nodejs.org/download/release/latest-v10.x/ 截止到本篇文档撰...

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

302. 时间轴动画 · LayaAir3.3 · 引擎文档 · LAYABOX [ 28%]

...码如下: const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; constructor() { super(); } event1(p1:any, p2:any): void { console.log("event1",p1,p2); } } 在脚本中创建event1的方法和接收两个参数,最后我们来...

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