大约有 436 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0134 秒)
Laya_社区(338) Laya2.0_文档(23) Laya3.0_文档(18) laya_api(16) Laya2.0_api(14) Laya3.0_api(13) Laya2.0_示例(8) Laya_示例(6)
...olor get bgColor(): string set bgColor(value: string): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(v...
来源: Laya3.0_api 发布时间: 20231115
...mentationAll Packages | All Classes | Index | Frames No Frames LayoutBoxProperties | Methods | Events Packagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties H...
来源: laya_api 发布时间: 20170929
... | 约束 | |---|---|---| | 字段不存在 | classic | 仅用经典 UI(Box/Button/Label 等) | | `"both"` | both | 两套均可,同模块保持一致 | | `"ui2"` | new | 仅用新 UI (GBox/GButton/GLabel 等) | --- ## 物理引擎识别 读取 `settings/PlayerSettings.json` 判断物理引擎...
来源: Laya3.0_文档 发布时间: 20260128
...thods | Events Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取...
来源: Laya2.0_api 发布时间: 20190513
...s Packagelaya.uiClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box UIComponent Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Prope...
来源: Laya2.0_api 发布时间: 20190513
...ackagelaya.uiClasspublic class AsynDialogInheritanceAsynDialog Dialog View Box Component Sprite Node EventDispatcher Object 异步Dialog的生命周期:show或者popup > onCreate(如果没有创建过) > onOpen > onClose > onDestroy(如果销毁) onCreate在页面未创建时执行一次...
来源: laya_api 发布时间: 20170929
...分享 微博 QZONE 微信 Miller 赞同来自: class Item extends Laya.Box { public static WID: number = 600; public static HEI: number = 85; private img: Laya.Image; //private text: Laya.Label; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Laya.Image(...
来源: Laya_社区 发布时间: 20180507
... | Methods | Events Packagelaya.uiClasspublic class TreeInheritanceTree Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 Public Properties Hide Inherited Public Properties Show Inherited Public Prope...
来源: Laya2.0_api 发布时间: 20190513
...| Constants Packagelaya.uiClasspublic class DialogInheritanceDialog View Box Component Sprite Node EventDispatcher ObjectSubclasses AsynDialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式...
来源: laya_api 发布时间: 20170929
...thods | Events Packagelaya.uiClasspublic class UIGroupInheritanceUIGroup Box UIComponent Sprite Node EventDispatcher ObjectImplements IItemSubclasses RadioGroup, Tab Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup ...
来源: Laya2.0_api 发布时间: 20190513