大约有 571 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0072 秒)
Laya_社区(232) Laya3.0_api(109) Laya2.0_文档(63) Laya2.0_api(59) Laya3.0_文档(52) laya_api(47) Laya_示例(5) Laya2.0_示例(4)
...i/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Returns void cacheAs get ...
来源: Laya3.0_api 发布时间: 20231115
...最简单的过滤模式。它不会进行插值计算,而是直接选择距离采样坐标最近的纹理像素中心,并使用该像素的颜色作为最终采样结果。 例如图2-7所示,左侧是四个不同颜色的像素点,左上角的加号表示纹理采样坐标。采样时,...
来源: Laya3.0_文档 发布时间: 20251128
...ite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时...
来源: Laya2.0_api 发布时间: 20190513
...为毫秒。 m_list.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 ``` ####9. 在程序里运行查看效果。  (图7) ### 1.2 List 组件常用属性  (图8) | **功能说明** | **属性** | | -------------...
来源: Laya2.0_文档 发布时间: 20210715
...on Laya_Aaron • 2018-01-03 11:48 @bing8310124:计算物体和摄像机的距离,自行实现缩放
来源: Laya_社区 发布时间: 20180102
...i/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value...
来源: Laya3.0_api 发布时间: 20231115
...display/Scene.ts:253 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Defined in laya/display/Scene.ts:257 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Returns void cacheAs get c...
来源: Laya3.0_api 发布时间: 20231115
...i/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value...
来源: Laya3.0_api 发布时间: 20231115
...ite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存...
来源: Laya2.0_api 发布时间: 20190513
...。 this.gradeList.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 this.gradeList.selectEnable = true; this.gradeList.selectHandler = new Laya.Handler(this, this.onSelect) this.gradeList.renderHandler = new Laya.Handler(this, this.updateItem) } 2019-05-15 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20190515