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

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

171. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 36%]

...后用这个参考文件去翻译成各种语言,再添加到翻译文件列表中。参考文件不需要添加到翻译文件列表中,因为参考文件内文字都是界面上现存。 收集文本:点击后,将分析配置文件所在目录和子目录下所有预制体文件...

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

172. laya.ui.VScrollBar [ 35%]

...。Component displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象显示高度(以像素为单位)。 Component displayWidth : Number[read-only] 对象显示宽度(以像素为单位)。 Component downButton : But...

来源: laya_api 发布时间: 20170929

173. laya.ui.HScrollBar [ 35%]

...。Component displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象显示高度(以像素为单位)。 Component displayWidth : Number[read-only] 对象显示宽度(以像素为单位)。 Component downButton : But...

来源: laya_api 发布时间: 20170929

174. laya.ui.VScrollBar [ 35%]

...。UIComponent displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象显示宽度(以像素为单位)。 Sprite downButton : Button...

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

175. laya.ui.HScrollBar [ 35%]

...。UIComponent displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node displayHeight : Number[read-only] 对象显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象显示宽度(以像素为单位)。 Sprite downButton : Button...

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

176. laya.ui.HSlider_API3.0 [ 35%]

...化处理器。 Laya.stage.addChild(hSlider);//把 hSlider 添加到显示列表。 } private function onChange(value:Number):void { trace("滑块位置: value=" + value); } } } example Laya.init(640, 800, "canvas");//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设...

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

177. laya.ui.VSlider_API3.0 [ 35%]

...化处理器。 Laya.stage.addChild(vSlider);//把 vSlider 添加到显示列表。 } private function onChange(value:Number):void { trace("滑块位置: value=" + value); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布背景颜色 v...

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

178. laya.ui.Tree_API3.0 [ 34%]

...置 tree 高度。 Laya.stage.addChild(tree);//将 tree 添加到显示列表。 } } } import laya.ui.Box; import laya.ui.Clip; import laya.ui.Label; class Item extends Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/c...

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

179. laya.ui.UIGroup_API3.0 [ 34%]

....displayedInStage Defined in laya/display/Node.ts:483 表示是否在显示列表中显示。 Returns boolean drawCallOptimize get drawCallOptimize(): boolean set drawCallOptimize(value: boolean): void Inherited from Text.drawCallOptimize Defined in laya/display/Sprite.ts:1906 Returns boolean Inheri...

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

180. laya.ui.Label_API3.0 [ 33%]

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

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