大约有 218 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
...QZONE 微信 Laya_Aaron 赞同来自: m_list.scrollBar.hide = true;//隐藏列表的滚动条。m_list.scrollBar.elasticBackTime = 200;//设置橡皮筋回弹时间。单位为毫秒。m_list.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 可尝试这个功能。或者限制一下...
来源: Laya_社区 发布时间: 20180629
...ng)(图13-1) 创建后,将动画名称改为pivot,我们可以从动画列表中看到新创建的`pivot`动画和原有的`move`动画,如图13-2所示,通过点击列表中的名称可以实现不同动画的切换。 ![13-2](img/13-2.png)(图13-2) ##### 制作以中心点为轴心的动...
来源: Laya2.0_文档 发布时间: 20210715
...ng)(图13-1) 创建后,将动画名称改为pivot,我们可以从动画列表中看到新创建的`pivot`动画和原有的`move`动画,如图13-2所示,通过点击列表中的名称可以实现不同动画的切换。 ![13-2](img/13-2.png)(图13-2) ##### 制作以中心点为轴心的动...
来源: Laya2.0_文档 发布时间: 20210715
...g) (图13-1) 创建后,将动画名称改为pivot,我们可以从动画列表中看到新创建的`pivot`动画和原有的`move`动画,如图13-2所示,通过点击列表中的名称可以实现不同动画的切换。 ![图13-2](img/13-2.png) (图13-2) ##### 制作以中心点为轴心的...
来源: Laya2.0_文档 发布时间: 20210715
...his.parseComplete); this.mArmature.removeSelf();//从显示列表移除龙骨动画本身 this.mArmature.removeChildren();//从显示列表移除龙骨动画子对象 if (!this.mArmature.destroyed) { this.mArmature.destroy(tru...
来源: Laya_社区 发布时间: 20200618
...同来自: 移除资源,不建议之一处clearRes,你需要将显示列表下的显示、数据和资源一并移除。 sp.destroy(true); sp.removeSelf(); sp=null; Loader.clearRes(url,true); 2017-01-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题...
来源: Laya_社区 发布时间: 20170103
...ponent Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierar...
来源: Laya2.0_api 发布时间: 20190513
...ponent Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不...
来源: laya_api 发布时间: 20170929
...看你需要销毁哪个对象了 销毁一个对象,包括 1、从显示列表移除,removeChild 2、从显存中销毁,destroy 3、如果有额外的引用,譬如timer、on,需要额外调用对应的移除方法进行移除 4、销毁数据,譬如animation的Animation.clearCache 20...
来源: Laya_社区 发布时间: 20161220
... EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默...
来源: laya_api 发布时间: 20170929