大约有 224 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0086 秒)
...有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本...
来源: Laya2.0_api 发布时间: 20190513
...有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本...
来源: laya_api 发布时间: 20170929
....Stage.ALIGN_MIDDLE; 2.设置标题和输出信息 网上找了个图片当背景,加了个text当标题,加了版权信息,并且为版权信息注册了个匿名函数,点击会跳转到我的个人网站。// 设定背景 var background = new Laya.Sprite(); background.loadImage("linkgame_...
来源: Laya_社区 发布时间: 20160623
...有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本...
来源: Laya2.0_api 发布时间: 20190513
...有一定影响。 Sprite bg : AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本...
来源: laya_api 发布时间: 20170929
...e,对性能有一定影响。 Sprite bgColor : String[override] 文本背景颜色,以字符串表示。 Input blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗...
来源: Laya2.0_api 发布时间: 20190513
...宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var text:Text = new Text();//创建一个 Text 类的实例对象 text 。 text.text = "这个是一个 Text 文本示例。"; text.color = "#008fff";//设置 text ...
来源: Laya3.0_api 发布时间: 20231115
...设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗...
来源: laya_api 发布时间: 20170929
...一下。 ### 2.1 场景颜色(sceneColor) 场景颜色即场景编辑器背景颜色,可手动输入编码修改颜色,还可以从调色板修改如图3-1,3-2所示。  (图3-1)  (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) ...
来源: Laya2.0_文档 发布时间: 20210714
...一下。 ### 2.1 场景颜色(sceneColor) 场景颜色即场景编辑器背景颜色,可手动输入编码修改颜色,还可以从调色板修改如图3-1,3-2所示。  (图3-1)  (动图3-2) ### 2.2 场景销毁关闭设置(autoDestoryAtClosed) ...
来源: Laya2.0_文档 发布时间: 20210715