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

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

41. laya.ui.View [ 63%]

...使用。Node displayedInStage : Boolean[read-only] 表示是否显示列表显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite drawCallOptimize : Bo...

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

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

...置 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

43. laya.display.Stage [ 62%]

...ritanceStage Sprite Node EventDispatcher Object Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage 单例访问。 Stage提供几种适配模式,不同的适配模式会产生不同的画布大小,画布越大,渲染压力越大,所以...

来源: laya_api 发布时间: 20170929

44. laya.ui.CheckBox_API3.0 [ 61%]

...。 Laya.stage.addChild(checkBox);//将此 checkBox 对象添加到显示列表。 } private function onClick(checkBox:CheckBox):void { trace("输出选中状态: checkBox.selected = " + checkBox.selected); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";/...

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

45. laya.ui.Label_API3.0 [ 61%]

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

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

46. laya.ui.Button_API3.0 [ 61%]

...理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):void { trace("按钮button被点击了!"); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画...

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

47. laya.ui.Dialog [ 61%]

...使用。Node displayedInStage : Boolean[read-only] 表示是否显示列表显示。Node displayHeight : Number[read-only] 对象的显示高度(以像素为单位)。 Sprite displayWidth : Number[read-only] 对象的显示宽度(以像素为单位)。 Sprite  dragArea : String ...

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

48. laya.ui.VBox [ 61%]

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

来源: laya_api 发布时间: 20170929

49. laya.display.Stage [ 61%]

...ritanceStage Sprite Node EventDispatcher Object Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage 单例访问。 Stage提供几种适配模式,不同的适配模式会产生不同的画布大小,画布越大,渲染压力越大,所以...

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

50. laya.ui.Image_API3.0 [ 61%]

...象的高度。 Laya.stage.addChild(bg);//将此 bg 对象添加到显示列表。 var image:Image = new Image("resource/ui/image.png");//创建一个 Image 类的实例对象 image ,并传入它的皮肤。 image.x = 100;//设置 image 对象的属性 x 的值,用于控制 image 对象的显示...

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