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

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

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

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

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

2. laya.ui.ColorPicker_API3.0 [ 85%]

...cker" ColorPicker Class ColorPicker ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 example 以下示例代码,创建了一个 ColorPicker 实例。 package { import laya.ui.ColorPicker; import laya.utils.Handler; public class ColorPicker_Example { ...

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

3. laya.ui.Radio_API3.0 [ 80%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete)); } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/button.png","labe...

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

4. laya.display.Text_API3.0 [ 78%]

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

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

5. laya.ui.Label_API3.0 [ 75%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new Label();//创建一个 Label 类的实例对象 label 。 label.font = "Arial";//设置 label 的字体。 label.bold = true;//设置 label 显示为...

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

6. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 73%]

...eSprite3D.PICKCOLOR Defined in laya/d3/core/RenderableSprite3D.ts:25 拾取颜色。 Static REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_HDR_PARAMS: number Inherited from RenderableSprite3D.REFLECTIONCUBE_HDR_PARAMS Defined in laya/d3/core/RenderableSprite3D.ts:120 deprecated 反射贴图参数 Static R...

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

7. laya.ui.ComboBox_API3.0 [ 70%]

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

8. laya.display.Input_API3.0 [ 65%]

...rom Text.borderColor Defined in laya/display/Text.ts:576 文本边框背景颜色,以字符串表示。 Returns string Inherited from Text.borderColor Defined in laya/display/Text.ts:580 文本边框背景颜色,以字符串表示。 Parameters value: string Returns void cacheAs get cacheAs(): s...

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

9. laya.ui.Button_API3.0 [ 62%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var button:Button = new Button("resource/ui/...

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

10. laya.ui.CheckBox_API3.0 [ 62%]

...戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var checkBox:CheckBox = new CheckBox("resourc...

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