大约有 100 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0087 秒)
...) Parameters type:String (default = null) — 如果是点击默认关闭按钮触发,则传入关闭按钮的名字(name),否则为null。 onOpened()method public function onOpened(param:*):void场景打开完成后,调用此方法(如果有弹出动画,则在动画完成后执行) ...
来源: Laya2.0_api 发布时间: 20190513
...以通过相对布局属性(top和bottom),把背景拉到全屏以及按钮拉到屏幕相对位置显示。实现各个屏幕下都做到完美的全屏适配。 ##### 3.2.2 保高适配模式fixedheight fixedheight保高模式就是在保障设计高的内容一定全屏显示的等比缩放...
来源: Laya2.0_文档 发布时间: 20210715
...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
...et labelBold(value: boolean): void Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelColors(): string set labelCol...
来源: Laya3.0_api 发布时间: 20231115
...ns void bar get bar(): Button Defined in laya/ui/Slider.ts:508 表示滑块按钮的引用。 Returns Button blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"ligh...
来源: Laya3.0_api 发布时间: 20231115
...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
...eInspectorPanel(): InspectorPanel; } 4.2 示例 例如要动态创建一个按钮,可以用以下代码。 let button = IEditor.GUIUtils.createButton(); //它实现的功能其实和以下代码是相同的,只是更加简洁 //let button = gui.UIPackage.createWidgetSync("~/ui/basics/Button/Butt...
来源: Laya3.0_文档 发布时间: 20241014
...制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一个滑块。 * see laya.ui.VScrollBar see laya.ui.HScrollBar Hierarchy UIComponent ScrollBar VScrollBar HScrollBar Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _ur...
来源: Laya3.0_api 发布时间: 20231115
...来看下发布后的目录。 以Web发布为例,点击“构建Web”按钮,等待发布成功后,如图2-4所示。 (图2-4) 会看到web目录下(如果发布的是小游戏,则对应的是小游戏目录下),也会有一个 resources 目录,里面包括了 image 和 c1。同...
来源: Laya3.0_文档 发布时间: 20241014
... Inherited from ScrollBar.downButton Defined in laya/ui/ScrollBar.ts:58 下按钮 elasticBackTime elasticBackTime: number = 500 Inherited from ScrollBar.elasticBackTime Defined in laya/ui/ScrollBar.ts:54 橡皮筋回弹时间,单位为毫秒。 elasticDistance elasticDistance: number = 0 Inherited...
来源: Laya3.0_api 发布时间: 20231115