大约有 548 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)
Laya_社区(229) Laya3.0_api(109) Laya2.0_文档(63) Laya2.0_api(59) laya_api(47) Laya3.0_文档(32) Laya_示例(5) Laya2.0_示例(4)
...i/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value...
来源: 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
...i/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value...
来源: 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
...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[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法...
来源: Laya2.0_api 发布时间: 20190513
...i/UIComponent.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value...
来源: 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
...der._distanceForSort=Vector3.distance(bounds.getCenter(),camPos); 用这个距离计算出来的值作为渲染队列排队的依据当两个物体有遮挡关系的时候,位置的变化,在某种情况下会引起渲染队列中的元素重新排序后的先后关系错误,导致Apha 之后...
来源: Laya_社区 发布时间: 20190711
... this.isMouseDown = false; } /** * 向前移动。 * @param distance 移动距离。 */ moveForward(distance: number): void { this._tempVector3.x = this._tempVector3.y = 0; this._tempVector3.z = distance; this.camera.transform.translate(this._tempVector3); } /** * 向右移动。 * @param distance ...
来源: Laya3.0_文档 发布时间: 20241014