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

大约有 223 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0064 秒)

131. laya.ui.RadioGroup_API3.0 [ 57%]

...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...

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

132. laya.ui.List [ 57%]

...bjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示...

来源: laya_api 发布时间: 20170929

133. 页面要在移动设备上显示,到底要怎么设置啊,怎么弄都是PC风格 [ 57%]

...模式的 //设置水平对齐    Laya.stage.alignH = "center"; //设置垂直对齐    Laya.stage.alignV = "middle";    ​Laya.stage.scaleMode = Stage.SCALE_SHOWALL; 你游戏的Laya.init的宽高,等于你游戏显示的总宽高,试下! 2017-09-05 0 0 分享 微博 QZONE 微信 为...

来源: Laya_社区 发布时间: 20170905

134. laya.ui.Tab_API3.0 [ 57%]

...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...

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

135. laya.ui.VScrollBar [ 57%]

...ollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

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

136. laya.ui.VBox [ 57%]

...x LayoutBox Box Component Sprite Node EventDispatcher Object VBox 是一个垂直布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认...

来源: laya_api 发布时间: 20170929

137. laya.ui.UIGroup_API3.0 [ 57%]

...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...

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

138. 关于panel的content的鼠标响应区域 [ 57%]

...500 · 一个box对象,高度1000 · panel.addChild(box)· 设置panel的垂直滚动skin,让它可以响应鼠标滚动   运行后发现: 能响应鼠标事件的位置只有box的上半部分(上面的500 px) (把box滚动到最下面,就无法再滚动上去了)   这问题该...

来源: Laya_社区 发布时间: 20170622

139. laya.ui.List_API3.0 [ 57%]

..."laya/ui/List" List Class List List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 example 以下示例代码,创建了一个 List 实例。 package { import laya.ui.List; import laya.utils.Handler; public class List_Example { public function Lis...

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

140. 如何设置舞台背景颜色为透明 [ 57%]

...布水平居中对齐 Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; //画布垂直居中对齐 Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; //设置适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //设置横竖屏 Laya.stage.screenMode = Laya.Stage.SCREEN_HORIZONTAL; //显示帧频信...

来源: Laya_社区 发布时间: 20170627