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

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

51. laya.d3.math.Vector4 [ 84%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By  ONE : Vector4[s...

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

52. laya.d3.math.Matrix3x3 [ 84%]

...ic] 根据指定旋转生成3x3矩阵 Matrix3x3  createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制定缩放生成3x3矩阵 Matrix3x3  createFromTranslation(trans:Vector2, out:Matrix3x3):void[static] 根据指定平移生成3x3矩阵 Matrix3x3  determinant():Number 计算3x...

来源: laya_api 发布时间: 20170929

53. laya.d3.math.Matrix3x3 [ 84%]

...ic] 根据指定旋转生成3x3矩阵 Matrix3x3  createFromScaling(scale:Vector2, out:Matrix3x3):void[static] 根据制定缩放生成3x3矩阵 Matrix3x3  createFromTranslation(trans:Vector2, out:Matrix3x3):void[static] 根据指定平移生成3x3矩阵 Matrix3x3  determinant():Number 计算3x...

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

54. 射线检测-碰撞器混合 [ 83%]

...目开发更高效。Laya3D.init(0, 0, true); this._tempUnitX1 = new Laya.Vector3(0, 0, -0.1); this._tempUnitX2 = new Laya.Vector3(0, 0, 0.1); this._tempUnitX3 = new Laya.Vector3(-0.1, 0, 0); this._tempUnitX4 = new Laya.Vector3(0.1, 0, 0); this.debug = true; Laya.stage.scaleMode = Laya.Stage.SCALE_F...

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

55. laya.d3.math.native.ConchVector4_API3.0 [ 83%]

...l Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector4" ConchVector4 Class ConchVector4 Vector4 类用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Index Constructors constructor Properties elements ONE UnitW UnitX UnitY UnitZ ZERO Accessors w x y z Me...

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

56. 射线检测-点击行走 [ 82%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vecto...

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

57. laya.d3.math.Vector3 [ 82%]

...I 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

58. 你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用 [ 82%]

...e("monkey") as Laya.Sprite3D;    aniMonkey.transform.position = new Laya.Vector3(math,math,math); } Laya.Tween.to(aniMonkey.transform.position, { x: math1, y: aniMonkey.transform.position.y, z: aniMonkey.transform.position.z }, 5000);         2018-01-17 0 0 分享 微博 QZONE 微信 zzy0371 ...

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

59. 多种碰撞器形状(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 82%]

...meshRenderer.material = mat4; //设置位置 cone.transform.position = new Vector3(Math.random() * 4 - 2, 10, Math.random() * 4 - 2); var rigidBody:Rigidbody3D = cone.addComponent(Rigidbody3D); //创建球型碰撞器 var coneShape:ConeColliderShape = new ConeColliderShape(raidius, height); //设置...

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

60. laya.d3.math.Vector3 [ 82%]

...I 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  el...

来源: laya_api 发布时间: 20170929