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

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

171. laya.ui.ScrollBar_API3.0 [ 59%]

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

172. laya.ui.Dialog [ 58%]

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

来源: laya_api 发布时间: 20170929

173. laya.ui.Label [ 58%]

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

来源: laya_api 发布时间: 20170929

174. laya.ui.ComboBox [ 58%]

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

来源: laya_api 发布时间: 20170929

175. laya.ui.Button [ 58%]

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

来源: laya_api 发布时间: 20170929

176. laya.ui.HSlider_API3.0 [ 57%]

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

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

177. laya.ui.VSlider_API3.0 [ 57%]

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

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

178. laya.ui.ProgressBar_API3.0 [ 57%]

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

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

179. 请大家帮助优化一下这个抛物线的代码 [ 57%]

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

180. 画出来鼠标轨迹线 [ 57%]

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