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

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

1. laya.ui.Label_API3.0 [ 100%]

...dth = 300;//设置 label 的宽度。 label.height = 200;//设置 label 的高度。 Laya.stage.addChild(label);//将 label 添加到显示列表。 var passwordLabel:Label = new Label("请原谅我,我不想被人看到我心里话。");//创建一个 Label 类的实例对象 passwordLabel 。 pa...

来源: Laya3.0_api 发布时间: 20231115

2. laya.ui.TextInput_API3.0 [ 99%]

...设置 textInput 的宽度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["re...

来源: Laya3.0_api 发布时间: 20231115

3. laya.ui.TextArea_API3.0 [ 98%]

...;//设置 textArea 的宽度。 textArea.height = 200;//设置 textArea 的高度。 Laya.stage.addChild(textArea);//将 textArea 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loa...

来源: Laya3.0_api 发布时间: 20231115

4. laya.ui.ScaleBox_API3.0 [ 83%]

...om Text.displayHeight Defined in laya/display/Sprite.ts:563 对象的显示高度(以像素为单位)。 Returns number displayWidth get displayWidth(): number Inherited from Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number d...

来源: Laya3.0_api 发布时间: 20231115

5. laya.display.Text_API3.0 [ 81%]

....width = 300;//设置 text 的宽度。 text.height = 200;//设置 text 的高度。 text.italic = true;//设置 text 的文本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(text);//将 text 添加到显示列表。 } } } example Text_Examp...

来源: Laya3.0_api 发布时间: 20231115

6. laya.display.Input_API3.0 [ 71%]

...om Text.displayHeight Defined in laya/display/Sprite.ts:563 对象的显示高度(以像素为单位)。 Returns number displayWidth get displayWidth(): number Inherited from Text.displayWidth Defined in laya/display/Sprite.ts:556 对象的显示宽度(以像素为单位)。 Returns number d...

来源: Laya3.0_api 发布时间: 20231115