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

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

1. 精灵 · LayaAir3.0文档 · LAYABOX [ 100%]

...基础属性: 2.2.1 位置Position 精灵的位置说的是精灵锚/轴心所处画布的位置。Position有x和y两个参数,以画布的左上角为原,从左指向右为x轴正向,从上指向下为y轴正向。 2.2.2 大小Size 精灵的大小是指精灵的宽(W)和高(...

来源: Laya3.0_文档 发布时间: 20241014

2. 多行输入文本组件 · LayaAir3.0文档 · LAYABOX [ 65%]

.../大小 this.txtarea.pivot(this.txtarea.width/2, this.txtarea.height/2); //轴心 this.txtarea.text = "大家好,欢迎各位开发者使用LayaAir IDE,这里是TextArea的文本内容,您可以基于此文本进行调试"; this.txtarea.font = "宋体"; //字体 this.txtarea.fontSize = 50; ...

来源: Laya3.0_文档 发布时间: 20241014

3. 基础文本 · LayaAir3.0文档 · LAYABOX [ 53%]

...(500, 30); //大小 this.txt.pivot(this.txt.width/2, this.txt.height/2); //轴心 this.txt.text = "大家好,欢迎各位开发者使用LayaAir IDE,这里是Text的文本内容,您可以基于此文本进行调试"; //文本内容 this.txt.font = "宋体"; //字体 this.txt.fontSize = 50; /...

来源: Laya3.0_文档 发布时间: 20241014

4. 显示文本组件 · LayaAir3.0文档 · LAYABOX [ 49%]

...(500, 30); //大小 this.lab.pivot(this.lab.width/2, this.lab.height/2); //轴心 this.lab.text = "大家好,欢迎大家来到LayaAir IDE"; //文本内容 this.lab.font = "宋体"; //字体 this.lab.fontSize = 50; //字体大小 this.lab.color = "#ff0000"; //字体颜色 this.lab.bold = true; ...

来源: Laya3.0_文档 发布时间: 20241014

5. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 46%]

...60); //大小 this.txtin.pivot(this.txtin.width/2, this.txtin.height/2); //轴心 this.txtin.font = "宋体"; //字体 this.txtin.fontSize = 50; //字体大小 this.txtin.color = "#ff0000"; //字体颜色 this.txtin.bold = true; //加粗 this.txtin.italic = true; //斜体 this.txtin.underline = t...

来源: Laya3.0_文档 发布时间: 20241014