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

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

221. laya.display.FrameAnimation [ 65%]

...象位置,缩放中心,旋转中心。Sprite rotation : Number旋转角度,默认值为0。以角度为单位。Sprite scaleX : NumberX轴缩放值,默认值为1。设置为负数,可以实现水平反转效果,比如scaleX=-1。Sprite scaleY : NumberY轴缩放值,默认值为1。...

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

222. laya.map.MapLayer [ 65%]

...象位置,缩放中心,旋转中心。Sprite rotation : Number旋转角度,默认值为0。以角度为单位。Sprite scaleX : NumberX轴缩放值,默认值为1。设置为负数,可以实现水平反转效果,比如scaleX=-1。Sprite scaleY : NumberY轴缩放值,默认值为1。...

来源: laya_api 发布时间: 20170929

223. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 65%]

...efined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:46 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:42 发射角度0-360 Parameters deg: number Returns void Methods clone clone(): any Overrides BaseShape.clone Defined in laya/d3/co...

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

224. laya.ui.LayoutBox [ 65%]

...平距离(以像素为单位)。 UIComponent rotation : Number旋转角度,默认值为0。以角度为单位。Sprite scaleX : Number[override] X轴缩放值,默认值为1。设置为负数,可以实现水平反转效果,比如scaleX=-1。UIComponent scaleY : Number[override] Y轴缩...

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

225. 用Geolocation获取地理位置信息(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 65%]

...uracy` 可能为`null`。 - `heading` —— 返回设备的移动方向(角度),指示距离北方的角度。0度表示指向正北方,方向以顺时针旋转(这表示东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信...

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

226. 用Geolocation获取地理位置信息(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 65%]

...uracy` 可能为`null`。 - `heading` —— 返回设备的移动方向(角度),指示距离北方的角度。0度表示指向正北方,方向以顺时针旋转(这表示东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信...

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

227. laya.d3.math.Matrix3x3 [ 65%]

...的相乘 Matrix3x3  rotate(rad:Number, out:Matrix3x3):void 根据指定角度旋转3x3矩阵 Matrix3x3  scale(scale:Vector2, out:Matrix3x3):void 据制定缩放3x3矩阵 Matrix3x3  translate(trans:Vector2, out:Matrix3x3):void 通过一个二维向量转换3x3矩阵 Matrix3x3  transpose(out:...

来源: laya_api 发布时间: 20170929

228. laya.d3.math.Matrix3x3 [ 65%]

...的相乘 Matrix3x3  rotate(rad:Number, out:Matrix3x3):void 根据指定角度旋转3x3矩阵 Matrix3x3  scale(scale:Vector2, out:Matrix3x3):void 据制定缩放3x3矩阵 Matrix3x3  translate(trans:Vector2, out:Matrix3x3):void 通过一个二维向量转换3x3矩阵 Matrix3x3  transpose(out:...

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

229. laya.ui.Tab [ 65%]

...水平距离(以像素为单位)。 Component rotation : Number旋转角度,默认值为0。以角度为单位。Sprite scaleX : Number[override] X轴缩放值,默认值为1。设置为负数,可以实现水平反转效果,比如scaleX=-1。Component scaleY : Number[override] Y轴缩...

来源: laya_api 发布时间: 20170929

230. 求计算三角形夹角的Laya代码 [ 65%]

...三角形夹角的Laya代码 已知A,B,C三个点,求AC边和AB边的夹角度。 附件 : --> 2019-12-23 添加评论 已悬赏15元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 155*****727 赞同来自: var a1,a2,a3; var b1,b2,b3;...

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