大约有 232 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0058 秒)
...下: const { regClass, property } = Laya; @regClass() export class Demo extends Laya.Script { onEnable(): void { Laya.Stat.elements = [ Laya.StatElement.CT_FPS, Laya.StatElement.CT_DrawCall, Laya.StatElement.M_GPUMemory ]; // 开启统计面板(参数为x,y坐标,默认为0,0) Laya.Stat.show...
来源: Laya3.0_文档 发布时间: 20260128
...arAt(Math.floor(Math.random() * maxPos)); } return str;; } class LoginView extends ui.LoginUI { constructor() { super(); this.login.on(Laya.Event.CLICK, this, this.Loginyim); this.joinroom.on(Laya.Event.CLICK, this, this.JoinRoom); this.RecordAudio.on(Laya.Event.MOUSE_DOWN, this, this.StartRecordAud...
来源: Laya_社区 发布时间: 20170722