大约有 63 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0067 秒)
...scale、scaleX、scaleY。 可以通过getbounds获取显示对象图像的实际高度。 Panel hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则...
来源: Laya2.0_api 发布时间: 20190513
...高为页面宽高。 *Tips:部分组件只改能改变约束框大小,实际组件并不会放大,但鼠标点击区域会缩放到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 ...
来源: Laya2.0_文档 发布时间: 20210714
...void { // 设置起点 // 由于取整带来的计算偏差,会导致娃娃实际到达的终点一般不会与计算的终点一致 // 因此将娃娃此时的位置作为起点 // this._head_pos.x = this._tail_pos.x; // this._head_pos.y = this._tail_pos.y; this._head_pos.x = this.x; this._head_p...
来源: Laya_社区 发布时间: 20180515
...,物理引擎只关心相对长度和比例关系,而不关心具体的实际物理单位。 但是,常规情况下,会基于现实中的米、千克、秒(MKS)的单位制。 例如,默认的重力加速度值为 9.8,对应于现实世界中的 9.8米/秒²(m/s²) 。 物理密...
来源: Laya3.0_文档 发布时间: 20241014
...scale、scaleX、scaleY。 可以通过getbounds获取显示对象图像的实际高度。 Tree hitArea : * 可以设置一个Rectangle区域作为点击区域,或者设置一个HitArea实例作为点击区域,HitArea内可以设置可点击和不可点击区域。 如果不设置hitArea,则...
来源: Laya2.0_api 发布时间: 20190513
...void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UIComponent preinitialize():void 预初始化。 UIComponentEvents Hid...
来源: Laya2.0_api 发布时间: 20190513
...void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UIComponent preinitialize():void 预初始化。 UIComponent sortItem...
来源: Laya2.0_api 发布时间: 20190513
...void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UIComponent preinitialize():void 预初始化。 UIComponent sortIt...
来源: Laya2.0_api 发布时间: 20190513
...void 控件初始化。 UIComponent measureHeight():Number 显示对象的实际显示区域高度(以像素为单位)。 UIComponent measureWidth():Number 显示对象的实际显示区域宽度(以像素为单位)。 UIComponent preinitialize():void 预初始化。 UIComponent sortIt...
来源: Laya2.0_api 发布时间: 20190513
...scale、scaleX、scaleY。 可以通过getbounds获取显示对象图像的实际高度。 Returns number Inherited from Text.height Defined in laya/display/Sprite.ts:503 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小...
来源: Laya3.0_api 发布时间: 20231115