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

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

91. laya.ui.Box_API3.0 [ 81%]

...Externals Only exported Menu Globals "laya/ui/Box" Box Class Box Box 类是一个控件容器类。 Hierarchy UIComponent Box List LayoutBox Panel UIGroup ScaleBox Tree ViewStack Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough...

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

92. laya.ui.Panel_API3.0 [ 81%]

...nals Only exported Menu Globals "laya/ui/Panel" Panel Class Panel Panel 是一个面板容器类。 Hierarchy Box Panel Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet ...

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

93. laya.ui.LayoutBox_API3.0 [ 81%]

...ed Menu Globals "laya/ui/LayoutBox" LayoutBox Class LayoutBox LayoutBox一个布局容器类。 Hierarchy Box LayoutBox HBox VBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSe...

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

94. laya.ui.ViewStack_API3.0 [ 81%]

...rited from Text.hitArea Defined in laya/display/Sprite.ts:1664 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则根据宽高形成的区域进行碰撞。 Retu...

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

95. laya.ui.Radio_API3.0 [ 81%]

...的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _own...

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

96. laya.ui.VBox_API3.0 [ 81%]

...xternals Only exported Menu Globals "laya/ui/VBox" VBox Class VBox VBox一个垂直布局容器类。 Hierarchy LayoutBox VBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior isSortItem mouseThrough name tag CENTER LEFT NONE RIGHT draw...

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

97. laya.ui.ScrollBar_API3.0 [ 81%]

...u Globals "laya/ui/ScrollBar" ScrollBar Class ScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示区域无法容纳时,最终用户可以使用 ScrollBar 组件控制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一...

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

98. laya.ui.HBox_API3.0 [ 80%]

...xternals Only exported Menu Globals "laya/ui/HBox" HBox Class HBox HBox一个水平布局容器类。 Hierarchy LayoutBox HBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag BOTTOM MIDDLE NONE TOP drawtocanvCtx A...

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

99. laya.ui.HScrollBar_API3.0 [ 80%]

...示时控制显示的数据部分。 example 以下示例代码,创建了一个 HScrollBar 实例。 package { import laya.ui.HScrollBar; import laya.utils.Handler; public class HScrollBar_Example { private var hScrollBar:HScrollBar; public function HScrollBar_Example() { Laya.init(640, 800);//设...

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

100. laya.ui.VScrollBar_API3.0 [ 80%]

...示时控制显示的数据部分。 example 以下示例代码,创建了一个 VScrollBar 实例。 package { import laya.ui.vScrollBar; import laya.ui.VScrollBar; import laya.utils.Handler; public class VScrollBar_Example { private var vScrollBar:VScrollBar; public function VScrollBar_Example() ...

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