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

大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0010 秒)

1. textInput的单行输入&多行输入(TypeScript-LayaAir基础篇(TS)-文本) [ 100%]

... >> 1; inputText.y = (Laya.stage.height - inputText.height >> 1) - 100; // 移动输入提示符 inputText.prompt = "Type some word..."; // 设置字体样式 inputText.bold = true; inputText.bgColor = "#666666"; inputText.color = "#ffffff"; inputText.fontSize = 20; Laya.stage.addChild(inputText)...

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