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

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

91. 水平布局容器组件 · LayaAir3.0文档 · LAYABOX [ 51%]

...tn1: Laya.Button; private btn2: Laya.Button; private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skins).then(() ...

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

92. laya.ui.Slider [ 50%]

...对性能有一定影响。 Sprite  bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component...

来源: laya_api 发布时间: 20170929

93. laya.ui.Slider [ 49%]

...对性能有一定影响。 Sprite  bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UICompone...

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

94. 层级面板说明 · LayaAir3.0文档 · LAYABOX [ 49%]

...景图锁定。 2.5 节点的收缩与展开 IDE提供了一个全部收缩按钮,如动图2-11所示,点击后可以收缩全部子节点。 (动图2-11) 注:展开全部子节点的快捷键可参考文档《IDE快捷键与鼠标交互操作大全》1.3.2节。 2.6 节点排序 3D节点...

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

95. laya.ui.RadioGroup_API3.0 [ 47%]

... } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/radio.png"], laya.utils.H...

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

96. laya.ui.ComboBox_API3.0 [ 46%]

...t labelBold(value: boolean): void Defined in laya/ui/ComboBox.ts:686 表示按钮文本标签是否为粗体字。 see laya.display.Text#bold Returns boolean Defined in laya/ui/ComboBox.ts:690 表示按钮文本标签是否为粗体字。 see laya.display.Text#bold Parameters value: boolean Returns ...

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

97. laya.ui.Image_API3.0 [ 44%]

...]); } private function showTips1():void { _testTips.label.text = "这里是按钮[" + btn1.label + "]"; tip.addChild(_testTips); } private function showTips2(name:String):void { _testTips.label.text = "这里是" + name; tip.addChild(_testTips); } Returns any Inherited from UIComponent.toolTip Defin...

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

98. laya.ui.Tab [ 44%]

...omponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。S...

来源: laya_api 发布时间: 20170929

99. laya.ui.Tab [ 43%]

...omponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景...

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

100. laya.ui.Tab_API3.0 [ 43%]

...ed Menu Globals "laya/ui/Tab" Tab Class Tab Tab 组件用来定义选项卡按钮组。 * 属性:selectedIndex 的默认值为-1。 example 以下示例代码,创建了一个 Tab 实例。 package { import laya.ui.Tab; import laya.utils.Handler; public class Tab_Example { public function Tab_Exa...

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