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

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

231. laya.ui.Button_API3.0 [ 43%]

...lign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processAc...

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

232. laya.ui.CheckBox_API3.0 [ 43%]

...lign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processAc...

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

233. 按钮组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 43%]

...平对齐 labelAlign 文本标签的水平对齐模式:left、center、right,默认为居中对齐。 标签垂直对齐 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居中对齐。 标签边距 labelPadding 文本标签的边距。格式:上边距、右边...

来源: Laya3.0_文档 发布时间: 20251010

234. laya.ui.Radio_API3.0 [ 43%]

...lign left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _pro...

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

235. laya.ui.HScrollBar_API3.0 [ 42%]

...useEnabled mouseWheelEnable mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width ...

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

236. laya.ui.VScrollBar_API3.0 [ 42%]

...useEnabled mouseWheelEnable mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width ...

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

237. laya.ui.HSlider_API3.0 [ 42%]

...t mask max min mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect showProgress sizeGrid skewX skewY skin stage staticCache texture tick timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _s...

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

238. laya.ui.VSlider_API3.0 [ 42%]

...t mask max min mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect showProgress sizeGrid skewX skewY skin stage staticCache texture tick timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _s...

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

239. laya.ui.ScrollBar_API3.0 [ 42%]

...useEnabled mouseWheelEnable mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width ...

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

240. 分享,扩展Laya.Text组件实现简单的富文本 [ 42%]

...; end; i++) { var lines = this.typeLines[i]; var _word; if (this.align == "right") { startX = this._width - padding[1] - this.getTextLinesWidth(lines); } else if (this.align == "center") { startX = (this._width - this.getTextLinesWidth(lines)) * 0.5 + padding[3] - padding[1]; } let nowX = startX - (...

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