大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0013 秒)
...= i + " "; } } newText += ']'; this.logger.changeText(newText); } /**添加提示文本*/ private createLogger(): void { this.logger = new Text(); this.logger.size(Laya.stage.width, Laya.stage.height); this.logger.fontSize = 30; this.logger.font = "SimHei"; this.logger.wordWrap = true; this.logger.c...
来源: Laya_示例 发布时间: 20241118
...是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, this, onBtn2Click); function onBtnClick() { //手动控制组件属性 this.radio.selectedIndex = 1; this.clip.index = 8; this.tab.selectedIndex = 2...
来源: Laya_示例 发布时间: 20241118