大约有 268 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0075 秒)
Laya_社区(80) Laya3.0_api(62) Laya2.0_api(39) laya_api(35) Laya2.0_文档(25) Laya3.0_文档(25) Laya2.0_示例(1) Laya_示例(1)
...stance: number = 0 Defined in laya/ui/ScrollBar.ts:52 橡皮筋效果极限距离,0为没有橡皮筋效果。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子...
来源: Laya3.0_api 发布时间: 20231115
...ite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存...
来源: laya_api 发布时间: 20170929
...bel bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存...
来源: laya_api 发布时间: 20170929
...ite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时...
来源: laya_api 发布时间: 20170929
...ite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存...
来源: laya_api 发布时间: 20170929
...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
...is.i = 0; // let distance:number = Math.sqrt(dx*dx+dy*dy)/2; //中心点的距离 两点距离/2 // this.angle2 = Math.atan2(dy,dx); //中心点的角度 和目标点一直 在一条直线上 // this.radius = distance; // //获取中心店的坐标 // this.centerX = this.ball.x + Math.cos(this.angle...
来源: Laya_社区 发布时间: 20171108
...qrt(Math.pow(first.x-last.x,2)+Math.pow(first.y-last.y,2)); }//用于计算距离 成功搞定! 2017-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 参考这个Demo:ht...
来源: Laya_社区 发布时间: 20171018