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

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

1. laya.ui.Styles_API3.0 [ 100%]

...ffff"] Defined in laya/ui/Styles.ts:46 下拉框项颜色。 格式:[overBgColor,overLabelColor,outLabelColor,borderColor,bgColor]。 Static defaultSizeGrid defaultSizeGrid: any[] = [4, 4, 4, 4, 0] Defined in laya/ui/Styles.ts:11 默认九宫格信息。 see laya.ui.AutoBitmap#sizeGrid Static inpu...

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

2. laya.ui.Label_API3.0 [ 95%]

...aya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new Label();//创建一个 Label 类的实例对象 label 。 label.font = "Arial";//设置 label 的字体...

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

3. laya.ui.TextInput_API3.0 [ 90%]

...aya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var textInput:TextInput = new...

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

4. laya.ui.TextArea_API3.0 [ 89%]

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

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

5. laya.ui.RadioGroup_API3.0 [ 81%]

...p_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/radio.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var radioGroup:RadioGroup = n...

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

6. laya.ui.Tab_API3.0 [ 81%]

...b_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/tab.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { var tab:Tab = new Tab();//创...

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

7. laya.ui.List_API3.0 [ 80%]

...640, 800, "false");//设置游戏画布宽高、渲染模式。 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, onLoadComple...

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

8. laya.ui.Tree_API3.0 [ 79%]

...Example { public function Tree_Example() { 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", ...

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

9. laya.ui.ScaleBox_API3.0 [ 70%]

...rs _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphi...

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

10. laya.display.Text_API3.0 [ 70%]

...aya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var text:Text = new Text();//创建一个 Text 类的实例对象 text 。 text.text = "这个是一个 Text 文本示例。"; ...

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