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

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

351. laya.ui.UIComponent_API3.0 [ 54%]

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

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

352. 纹理资源 · LayaAir3.3 · 引擎文档 · LAYABOX [ 54%]

...最简单的过滤模式。它不会进行插值计算,而是直接选择距离采样坐标最近的纹理像素中心,并使用该像素的颜色作为最终采样结果。 例如图2-7所示,左侧是四个不同颜色的像素点,左上角的加号表示纹理采样坐标。采样时,...

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

353. laya.ui.ComboBox [ 54%]

...ite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent  button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时...

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

354. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 54%]

...为毫秒。 m_list.scrollBar.elasticDistance = 50;//设置橡皮筋极限距离。 ``` ####9. 在程序里运行查看效果。 ​ ![图片0.gif](gif/2.gif) ​ (图7) ### 1.2 List 组件常用属性 ​ ![图片0.png](img/6.png) ​ (图8) | **功能说明** | **属性** | | -------------...

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

355. 2D图片在3D场景中定位问题 [ 54%]

...on Laya_Aaron • 2018-01-03 11:48 @bing8310124:计算物体和摄像机的距离,自行实现缩放

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

356. laya.ui.ScaleBox_API3.0 [ 54%]

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

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

357. laya.display.Scene_API3.0 [ 54%]

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

358. laya.ui.Box_API3.0 [ 54%]

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

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

359. laya.ui.Button [ 54%]

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

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

360. 为什么list不能滑动,怎么让list滑动 [ 54%]

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