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

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

121. laya.ui.HBox_API3.0 [ 76%]

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

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

122. laya.ui.Tab_API3.0 [ 76%]

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

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

123. laya.display.BitmapFont [ 76%]

...示。BitmapFont  letterSpacing : Number = 0字符间距(以像素为单位)。BitmapFontPublic Methods  MethodDefined By  destroy():void 销毁位图字体,调用Text.unregisterBitmapFont 时,默认会销毁。 BitmapFont  getCharTexture(char:String):Texture 获取指定字符的字...

来源: Laya2.0_api 发布时间: 20190513

124. laya.physics.Physics [ 76%]

... 全局物理单例Physics  PIXEL_RATIO : int = 50[static] 2D游戏默认单位为像素,物理默认单位为米,此值设置了像素和米的转换比率,默认50像素=1米Physics  positionIterations : int = 3位置迭代次数,增大数字会提高精度,但是会降低性能Physi...

来源: Laya2.0_api 发布时间: 20190513

125. laya.ui.List_API3.0 [ 76%]

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

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

126. laya.ui.UIGroup_API3.0 [ 76%]

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

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

127. laya.d3.component.AnimatorPlayState [ 76%]

...duration : Number[read-only] 获取当前动画的持续时间,以秒为单位。 AnimatorPlayState  normalizedTime : Number[read-only] 获取播放状态的归一化时间,整数为循环次数,小数为单次播放时间。 AnimatorPlayStatePublic Methods  MethodDefined By  AnimatorPlaySt...

来源: Laya2.0_api 发布时间: 20190513

128. laya.ui.Tree_API3.0 [ 76%]

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

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

129. laya.ui.Slider_API3.0 [ 75%]

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

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

130. 陀螺仪与加速计(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 75%]

...加速信息,其表现形式为定义于陀螺仪章节的主坐标系,单位是`m/s^2`。 - `accelerationIncludingGravity` —— `AccelerationInfo` 类型。对于不能提供排除重力影响的加速数据的实现(例如缺少陀螺仪),作为替代,可以提供受重力影响的...

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