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

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

151. laya.ui.TextInput [ 37%]

...背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

来源: Laya2.0_api 发布时间: 20190513

152. laya.ui.TextArea [ 36%]

...背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

来源: laya_api 发布时间: 20170929

153. 3D概念入门 · LayaAir3.0文档 · LAYABOX [ 35%]

...置点,但顶点不仅包含了坐标位置信息,还有UV、法线、颜色等信息。其它的先不讲,我们继续来了解UV。 UV其实也是坐标, 完整的说应该是UVW(由于xyz已经被顶点坐标轴占用,所以另选三个字母表示), 这三个轴U是屏幕水平...

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

154. laya.display.Text [ 35%]

...true,对性能有一定影响。 Sprite  bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

来源: laya_api 发布时间: 20170929

155. 零基础了解3D游戏开发基础概念(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 35%]

...置点,但顶点不仅包含了坐标位置信息,还有UV、法线、颜色等信息。其它的先不讲,我们继续来了解UV。 UV其实也是坐标, 完整的说应该是UVW(由于xyz已经被顶点坐标轴占用,所以另选三个字母表示), 这三个轴U是屏幕水平...

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

156. laya.ui.TextInput [ 35%]

...背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

来源: laya_api 发布时间: 20170929

157. laya.ui.Tab [ 34%]

...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...

来源: Laya2.0_api 发布时间: 20190513

158. laya.display.Input [ 34%]

...为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

来源: laya_api 发布时间: 20170929

159. laya.ui.ComboBox_API3.0 [ 34%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resour...

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

160. laya.ui.Button [ 34%]

...字。 Button  labelColors : String 表示按钮各个状态下的文本颜色。 格式: "upColor,overColor,downColor,disableColor"。 Button  labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 Button  labelPadding : String 表示按钮文本标签的边...

来源: laya_api 发布时间: 20170929