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

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

1051. laya.ui.ComboBox_API3.0 [ 28%]

...行的处理器。 Laya.stage.addChild(comboBox);//将此 comboBox 对象添加到显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置...

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

1052. laya.ui.Label_API3.0 [ 28%]

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

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

1053. laya.ui.TextInput_API3.0 [ 28%]

...置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], laya.utils.Handler.create(this, onL...

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

1054. laya.ui.Tab [ 28%]

...所有对象重排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...

来源: laya_api 发布时间: 20170929

1055. laya.ui.RadioGroup [ 28%]

...所有对象重排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...

来源: laya_api 发布时间: 20170929

1056. laya.ui.Tab [ 27%]

...所有对象重排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...

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

1057. 为什么这样加载不出来东西,别再给我发示例链接了,就是按照示例来的 [ 27%]

...我发示例链接了,就是按照示例来的   附件 : --> 2018-07-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 13 个回复 Laya_Aaron 赞同来自: 传这个图也看不出问题在哪,导出设置是否正确,...

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

1058. laya.ui.RadioGroup [ 27%]

...所有对象重排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来...

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

1059. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 27%]

...容器能够实现当子元素达到显示上限后自动滚屏,使得添加的元素始终保持在最底部显示? 微信小游戏如何使用ttf字体? 问题状态 最活动: 2019-02-15 11:09 浏览: 15656 关注: 41 人 一点一滴 • 2018-09-21 12:58 在主域里设置 sharedCanv...

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

1060. laya.ui.TextArea_API3.0 [ 25%]

.../设置 textArea 的高度。 Laya.stage.addChild(textArea);//将 textArea 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], laya.utils.Handler....

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