大约有 401 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0026 秒)
...在脚本中监听到事件和参数了,脚本代码如下: 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); } } 在脚本中创建eve...
来源: Laya3.0_文档 发布时间: 20251118