大约有 223 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0114 秒)
Laya_社区(51) Laya3.0_api(41) Laya2.0_api(38) laya_api(37) Laya2.0_文档(29) Laya3.0_文档(24) Laya2.0_示例(2) Laya_示例(1)
...。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新...
来源: Laya2.0_api 发布时间: 20190513
...滑块轨道的终点之间移动滑块来选择值。 VSlider 控件采用垂直方向。滑块轨道从下往上扩展,而标签位于轨道的左右两侧。 example 以下示例代码,创建了一个 VSlider 实例。 package { import laya.ui.HSlider; import laya.ui.VSlider; import laya.util...
来源: Laya3.0_api 发布时间: 20231115
...an = true Defined in laya/ui/Slider.ts:53 一个布尔值,指示是否为垂直滚动。如果值为true,则为垂直方向,否则为水平方向。 默认值为:true。 default true mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts...
来源: Laya3.0_api 发布时间: 20231115
...sVertical Defined in laya/ui/Slider.ts:53 一个布尔值,指示是否为垂直滚动。如果值为true,则为垂直方向,否则为水平方向。 默认值为:true。 default true mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts...
来源: Laya3.0_api 发布时间: 20231115
...ls 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 drawtocanv...
来源: Laya3.0_api 发布时间: 20231115
...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...t; // 文本的字体名称,以字符串形式表示 txt.leading = 5; // 垂直行间距 txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); } } new Text_BitmapFont(); 结果截图: 附件 : --> 2019-02-21 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20190221
...laya/ui/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Returns void cacheA...
来源: Laya3.0_api 发布时间: 20231115
...认是水平布局(*horizontal*),通过更改direction属性,实现垂直布局(*vertical*)。设置间距可以通过space属性实现。如动图4-2所示。  (动图4-2) ### 2.4 设置单选框组RadioGroup的默认选项 selectedIndex属性是用于改变...
来源: Laya2.0_文档 发布时间: 20210715
...认是水平布局(*horizontal*),通过更改direction属性,实现垂直布局(*vertical*)。设置间距可以通过space属性实现。如动图4-2所示。  (动图4-2) ### 2.4 设置单选框组RadioGroup的默认选项 selectedIndex属性是用于改变...
来源: Laya2.0_文档 发布时间: 20210714