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

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

191. laya.ui.Clip [ 47%]

...。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新...

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

192. laya.ui.VSlider_API3.0 [ 47%]

...滑块轨道的终点之间移动滑块来选择值。 VSlider 控件采用垂直方向。滑块轨道从下往上扩展,而标签位于轨道的左右两侧。 example 以下示例代码,创建了一个 VSlider 实例。 package { import laya.ui.HSlider; import laya.ui.VSlider; import laya.util...

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

193. laya.ui.Slider_API3.0 [ 47%]

...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

194. laya.ui.HSlider_API3.0 [ 46%]

...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

195. laya.ui.VBox_API3.0 [ 46%]

...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

196. laya.ui.FontClip_API3.0 [ 46%]

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

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

197. 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 [ 46%]

...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

198. laya.ui.UIComponent_API3.0 [ 45%]

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

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

199. RadioGroup属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 45%]

...认是水平布局(*horizontal*),通过更改direction属性,实现垂直布局(*vertical*)。设置间距可以通过space属性实现。如动图4-2所示。 ![动图4-2](img/4-2.gif) (动图4-2) ### 2.4 设置单选框组RadioGroup的默认选项 selectedIndex属性是用于改变...

来源: Laya2.0_文档 发布时间: 20210715

200. RadioGroup属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 45%]

...认是水平布局(*horizontal*),通过更改direction属性,实现垂直布局(*vertical*)。设置间距可以通过space属性实现。如动图4-2所示。 ![动图4-2](img/4-2.gif) (动图4-2) ### 2.4 设置单选框组RadioGroup的默认选项 selectedIndex属性是用于改变...

来源: Laya2.0_文档 发布时间: 20210714