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

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

211. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 41%]

...eft、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕分辨率全部考虑到,有的分辨率高,有的分辨率低。...

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

212. laya.ui.Radio_API3.0 [ 41%]

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

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

213. laya.ui.ComboBox_API3.0 [ 41%]

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

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

214. laya.ui.Label_API3.0 [ 41%]

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

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

215. 使用3D精灵 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

... 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_文档 发布时间: 20251010

216. laya.ui.List_API3.0 [ 41%]

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

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

217. laya.ui.TextInput_API3.0 [ 40%]

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

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

218. laya.ui.TextArea_API3.0 [ 40%]

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

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

219. laya.display.Sprite [ 40%]

...  elasticDistance:Number (default = 0) — (可选)橡皮筋效果的距离值,0为无橡皮筋效果,默认为0,可选。  elasticBackTime:int (default = 300) — (可选)橡皮筋回弹时间,单位为毫秒,默认为300毫秒,可选。  data:* (default = null) — (可选...

来源: laya_api 发布时间: 20170929

220. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 39%]

...的话 那当A都满足1,2,4条件时 这个时候假设A在B的上面 距离B还有300多像素的距离 就会一闪到B上面 所以 必须有第3个条件来限制住 感觉很污~~ 反正就是这么个意思 有不对的地方请指正。。。。 嘿嘿 还记得我们的Floor的宽度是...

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