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

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

21. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 95%]

...考虑的问题 (动图1-1) 在动图1-1的场景中,有几个LayaBox贴图的盒子作为角色移动的目标点,每次鼠标点击一下地面,角色开始移动到下一个盒子目标点。在移动过程中,地形有高有低,也有不同的障碍物,说明有些地方是不可...

来源: Laya3.0_文档 发布时间: 20230303

22. laya.d3.core.particleShuriKen.module.GradientVelocity [ 95%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速...

来源: laya_api 发布时间: 20170929

23. laya.d3.core.particleShuriKen.module.GradientVelocity [ 95%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames GradientVelocityProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class GradientVelocityInheritanceGradientVelocity ObjectImplements laya.d3.core.IClone GradientVelocity 类用于创建渐变速...

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

24. 如何让3D物体在xy平面上做曲线运动时其z轴旋转角度也跟着变化? [ 94%]

如何让3D物体在xy平面上做曲线运动时其z轴旋转角度也跟着变化? //计算与上一次X坐标的差值 let speedX = newPos.x - pathItem.item.transform.position.x; //计算与上一次Y坐标的差值 let speedY = newPos.y - pathItem.item.transform.position.y; let angle = 0; //...

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

25. laya.maths.Vector4_API3.0 [ 94%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector4" Vector4 Class Vector4 Vector4 类用于创建四维向量。 Hierarchy Vector4 Implements IClone Index Constructors ...

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

26. laya.d3.math.Vector3 [ 94%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By ...

来源: laya_api 发布时间: 20170929

27. laya.d3.math.Vector4_API3.0 [ 94%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector4" Vector4 Class Vector4 Vector4 类用于创建四维向量。 Hierarchy Vector4 Implements IClone Index Constructors con...

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

28. laya.d3.math.Vector3 [ 93%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3Properties | Methods Packagelaya.d3.mathClasspublic class Vector3InheritanceVector3 ObjectImplements laya.d3.core.IClone Vector3 类用于创建三维向量。 Public Properties PropertyDefined By  x : NumberX...

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

29. laya.d3.math.Native.ConchQuaternion [ 93%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ConchQuaternionProperties | Methods | Constants Packagelaya.d3.math.NativeClasspublic class ConchQuaternionInheritanceConchQuaternion ObjectImplements laya.d3.core.IClone Quaternion 类用于创建四元数。 Public Pr...

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

30. 关于Laya.Quaternion.createFromAxisAngle旋转角度不正确的问题 [ 93%]

LayaAir引擎 关于Laya.Quaternion.createFromAxisAngle旋转角度不正确的问题 Laya.Quaternion.createFromAxisAngle 在做向量旋转的时候,当使用的旋转坐标轴是标准坐标轴时,旋转的结果是正确的,如围绕Y轴旋转,(0,1,0),旋转30度,得到的结果是正确的 但...

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