大约有 260 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)
...戏画布宽高。 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
...(添加/减少)Rect组件属性中的数值,改变矩形的大小、颜色、旋转角度等等。 ![8](img/8.png) (图8) ![9](img/9.png) (图9) 到此我们通过LayaAirIDE中的组件来绘制矩形就完成了。
来源: Laya2.0_文档 发布时间: 20210715
...拉列表的打开状态。 ComboBox itemColors : String 下拉列表项颜色。 格式:"悬停或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox it...
来源: laya_api 发布时间: 20170929
...true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...
来源: Laya2.0_api 发布时间: 20190513
...(添加/减少)Rect组件属性中的数值,改变矩形的大小、颜色、旋转角度等等。 ![8](img/8.png) (图8) ![9](img/9.png) (图9) 到此我们通过LayaAirIDE中的组件来绘制矩形就完成了。
来源: Laya2.0_文档 发布时间: 20210715
...拉列表的打开状态。 ComboBox itemColors : String 下拉列表项颜色。 格式:"悬停或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox it...
来源: Laya2.0_api 发布时间: 20190513
...(添加/减少)Rect组件属性中的数值,改变矩形的大小、颜色、旋转角度等等。 ![8](img/8.png) (图13) ![9](img/9.png) (图14) 到此我们通过LayaAirIDE中的组件来绘制矩形就完成了。
来源: Laya2.0_文档 发布时间: 20210715
...rom Text.borderColor Defined in laya/display/Text.ts:576 文本边框背景颜色,以字符串表示。 Returns string Inherited from Text.borderColor Defined in laya/display/Text.ts:580 文本边框背景颜色,以字符串表示。 Parameters value: string Returns void cacheAs get cacheAs(): s...
来源: Laya3.0_api 发布时间: 20231115
... scene.addChild(directionLight); //设置平行光颜色 directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); //加载小猴子精灵 var monkey = Laya.Loader.getRes("Box/LayaScene_JJF/Conventional/J...
来源: Laya_社区 发布时间: 20190605
...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/...
来源: Laya3.0_api 发布时间: 20231115