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

大约有 115 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0072 秒)

41. laya.ui.Label [ 67%]

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

来源: laya_api 发布时间: 20170929

42. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 66%]

...CENTER; //等比缩放 Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //图像资源 var res:Array = [ "../../../../res/ui/vscroll.png", "../../../../res/ui/vscroll$bar.png", "../../../../res/ui/vscroll$down.png", "../../../../res/ui/vscroll$up.png", "../....

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

43. [LayaAirIDE3]替换材质会闪屏 [ 66%]

...模型,然后ide新建一个cube模型,然后代码里动态改变cube颜色时,会出现一次黑屏闪现现象,看附件视频 ac42ca0850ca2073129f8e1affc1126d.zip 2025-04-25 0 0 分享 微博 QZONE 微信 bad boy 赞同来自: 官方没人看看吗 2025-04-28 0 1 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20250425

44. laya.ui.TextInput_API3.0 [ 64%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new TextInput("这是一个TextInput实例。");...

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

45. laya.ui.TextArea_API3.0 [ 64%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textArea:TextArea = new TextArea("这个一个TextArea实例。");//...

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

46. laya.ui.Tree_API3.0 [ 62%]

...Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui/clip_selectBox.png", "resource/ui/clip_tree_folder.png", "resour...

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

47. laya.ui.List_API3.0 [ 62%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():voi...

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

48. Button设置了一个镜像,导致文本也一起镜像了,怎么处理? [ 61%]

...但是单独建立一个文本的话,又没有办法支持到选中字体颜色变色之类的效果。 这个要怎么处理比较好? 附件 : --> 2018-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Mo...

来源: Laya_社区 发布时间: 20180116

49. laya.ui.ComboBox_API3.0 [ 61%]

...戏画布宽高。 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

50. laya.ui.ComboBox [ 61%]

...拉列表的打开状态。 ComboBox  itemColors : String 下拉列表项颜色。 格式:"悬停或被选中时背景颜色,悬停或被选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox  itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox  it...

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