大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0015 秒)
...—"); break; case Event.MOUSE_MOVE: // 如果上一个操作是移动,提示信息仅加入.字符 if (/鼠标移动\.*$/.test(txt.text)) { this.appendText("."); } else { this.appendText("\n鼠标移动"); } break; case Event.MOUSE_OVER: this.appendText("\n鼠标经过目标"); break; case Event....
来源: Laya2.0_示例 发布时间: 20241118
...inputText.y = Laya.stage.height - inputText.height >> 1; // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; } } new Text_InputSingleline();module laya { ...
来源: Laya2.0_示例 发布时间: 20241118
... - inputText.height >> 1; inputText.padding = [2,2,2,2]; // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; } } new Text_InputMultiline();module laya { import Input = Laya.Inpu...
来源: Laya2.0_示例 发布时间: 20241118
... this.refreshList.mouseHandler = new Handler(this, this.onListMouse); // 提示文字 var image = new Laya.Image("res/ui/refreshList/img_bg05.png"); Laya.stage.addChild(image); image.pos(510, 20); image.width = 484; image.height = 256; var tiptext = new Text(); image.addChild(tiptext); tiptext.text ...
来源: Laya2.0_示例 发布时间: 20241118