大约有 185 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
Laya_社区(129) Laya2.0_文档(22) Laya3.0_文档(10) Laya3.0_api(8) laya_api(4) Laya2.0_示例(4) Laya_示例(4) Laya2.0_api(4)
...ialog-3.png', STATIC_IMG_PATH+'img_dialog-4.png', STATIC_IMG_PATH+'progressBar.png', STATIC_IMG_PATH+'progressBar$bar.png' ]; this.isFirst = true; console.log('Gzdaze='); console.log(Gzdaze); Laya.loader.load(Gzdaze.dialogList, Handler.create(this, this.startLoaded)); 代码是这样的 报错 Acces...
来源: Laya_社区 发布时间: 20180208
...ize有多大,当时数据内容并没有超过panel height,所以那个bar不会出现,结果也导致数据出现不了。点击一下scroll,进行重新渲染以后,数据内容才出现。 而动态加载,因为已经知道了数据内容超过了panel height,所以bar就出现了...
来源: Laya_社区 发布时间: 20240306
...片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ | vscroll_ | | HScrollBar | 水平滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | ...
来源: Laya2.0_文档 发布时间: 20210714
...spr); Laya.stage.addChild(bar); bar.pos(Browser.clientWidth/2,Browser.clientHeight/2); } 不要直接取数组,把数组里面的地址加载,就可以获取prefab,希望对你有所帮助 2018-11-08 0 ...
来源: Laya_社区 发布时间: 20181108
...片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ | vscroll_ | | HScrollBar | 水平滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | ...
来源: Laya2.0_文档 发布时间: 20210715
...片 | clip_ | -- | | fontclip | 字体切片 | fontclip_ | -- | | ProgressBar | 进度条 | progressbar_ | progress_ | | ComboBox | 下拉框 | combobox_ | combo_ | | VScrollBar | 垂直滚动条 | vscrollbar_ | vscroll_ | | HScrollBar | 水平滚动条 | hscrollbar_ | hscroll_ | | Image | 位图 | ...
来源: Laya2.0_文档 发布时间: 20210714
...一下 希望是图片 不是用drawgriphics 麻烦帮看一下这种遮罩bar的进度条设了遮罩不起作用 Laya.loader.create 进度回调函数执行两次 关于环形进度条,进度不能重置问题 这种进度条怎么实现? 官方提供的进度条示例 只能设置progress.png...
来源: Laya_社区 发布时间: 20171211
...有点别扭: 关于UI组件的设计, 比如 Button , Hscroll , ProgressBar 1.现在的Button 的几个状态都放到一张图片上, 这样这样设计没什么问题, 但是有的时候我希望多个按钮的抬起的状态是一样的, 单按下的状态是不一样的, 于是发现相同状...
来源: Laya_社区 发布时间: 20180122
....png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya.Loader.IMAGE}, ] Laya.loader.load(res_array, Handler.create(null, onLoaded)); } function onLoaded() { var res_array = [ {url : "res/atlas/comp.atlas", type : Lay...
来源: Laya_社区 发布时间: 20180730
进度条组件(ProgressBar)一、通过LayaAir IDE创建ProgressBar组件1.1 创建ProgressBar1.2 ProgressBar属性1.3 脚本控制ProgressBar二、通过代码创建ProgressBar进度条组件(ProgressBar) 一、通过LayaAir IDE创建ProgressBar组件 ProgressBar经常被用于显示游...
来源: Laya3.0_文档 发布时间: 20241014