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

大约有 248 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0036 秒)

11. laya.maths.Vector2_API3.0 [ 94%]

...c/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArra...

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

12. laya.d3.math.Vector2_API3.0 [ 94%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector2" Vector2 Class Vector2 Vector2 类用于创建二维向量。 Hierarchy Vector2 Implements IClone Index Constructors constructor Properties x y ONE ZERO Methods clone cloneTo forNativeElement fromArray setValue toArra...

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

13. laya.d3.math.Vector3_API3.0 [ 94%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods...

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

14. laya.maths.Matrix3x3_API3.0 [ 93%]

...r 旋转角度 out: Matrix3x3 输出矩阵 Returns void scale scale(scale: Vector2, out: Matrix3x3): void Defined in laya/maths/Matrix3x3.ts:250 根据制定缩放3x3矩阵 Parameters scale: Vector2 缩放值 out: Matrix3x3 输出矩阵 Returns void translate translate(trans: Vector2, out: Matrix3x3...

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

15. laya.d3.math.Matrix3x3_API3.0 [ 93%]

...r 旋转角度 out: Matrix3x3 输出矩阵 Returns void scale scale(scale: Vector2, out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:250 根据制定缩放3x3矩阵 Parameters scale: Vector2 缩放值 out: Matrix3x3 输出矩阵 Returns void translate translate(trans: Vector2, out: Matrix3...

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

16. 为什么rotation、scale赋值了不管用? [ 93%]

...shSprite3D.load("3d/ben/Export.lh") this.role3D.transform.scale = new Laya.Vector3(0.5,0.5,0.5); this.role3D.transform.position = new Laya.Vector3(0,20,0); 以上的scale、position设置均不起作用,但是我放到frameloop里就有用,请问这是为什么?要怎么解决? 2018-03-09 ...

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

17. laya.d3.math.Vector2 [ 93%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By  x ...

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

18. 有标量与Vector3的乘法公式吗? [ 92%]

有标量与Vector3的乘法公式吗? 有标量与Vector3的乘法公式吗? 2017-08-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 sfsmmc 赞同来自: 。。。官方有。。。 Vector3.scale() https:/...

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

19. 射线检测-射线检测 [ 91%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.create(["../../res/threeDimen/skinModel/NvWu/NvWu-shenminvwu.lm", "../../res/threeDimen/skinModel/CunMinNan/CunMinNan-cunminnan.lm", "../../res/threeDimen/skinModel/Xia...

来源: Laya_示例 发布时间: 20240930

20. 正交摄像机裁剪问题 [ 91%]

...dChild(new Laya.Camera(0, 0.1, 550))); camera.transform.translate(new Laya.Vector3(250, 1, 0)); var rotation = new Laya.Quaternion; Laya.Quaternion.lookAt(camera.position, new Laya.Vector3(0, 0, 0), camera.up, rotation); camera.transform.rotation = rotation; camera.clearColor = new Laya.Vector4(1, 1...

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