大约有 919 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0058 秒)
Laya_社区(468) Laya3.0_api(134) Laya2.0_文档(98) laya_api(88) Laya2.0_api(75) Laya_示例(42) Laya3.0_文档(14)
...Object:*):void[override] BoxShape generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 BoxShapeProtected Methods MethodDefined By _getShapeBoundBox(boundBox:BoundBox):void...
来源: Laya2.0_api 发布时间: 20190513
有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 2017-06-14 添加...
来源: Laya_社区 发布时间: 20170614
...不是旋转 Laya.Tween.to(this.camera.transform.localRotationEuler, { x: _vector3.x, y: _vector3.y, z: _vector3.z + (20 * Math.PI / 180) }, 500); 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****...
来源: Laya_社区 发布时间: 20170824
...ya.Camera(0, 0.1, 1000))); camera.transform.translate(new Laya.Vector3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(0, 0, 0), true, false); camera.clearColor = null; //添加自定义模型 var mesh = scene.addChild(new Laya.Sprite3D.load("res...
来源: Laya_社区 发布时间: 20170718
mac10.13.2 运行报错 Vector3 is not a constructor 我和同事相同的mac机子,相同的代码,ide版本什么都对上的。就是我运行的时候会报这个错误。唯一的区别就是,他们的mac版本是10.12的 附件 : --> 2018-04-16 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180416
...bject:*):void[override] ConeShape generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 ConeShapeProtected Methods MethodDefined By _getShapeBoundBox(boundBox:BoundBox):voi...
来源: laya_api 发布时间: 20170929
...bject:*):void[override] ConeShape generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void[override] 用于生成粒子初始位置和方向。 ConeShapeProtected Methods MethodDefined By _getShapeBoundBox(boundBox:BoundBox):voi...
来源: Laya2.0_api 发布时间: 20190513
...tructors constructor new CharacterController(stepheight?: number, upAxis?: Vector3, collisionGroup?: number, canCollideWith?: number): CharacterController Overrides PhysicsComponent.constructor Defined in laya/d3/physics/CharacterController.ts:215 创建一个 CharacterController 实例。 Parameter...
来源: Laya3.0_api 发布时间: 20231115
... Public Properties PropertyDefined By _boundingBoxCorners : Vector.<Vector3>TerrainFilter _gridSize : NumberTerrainFilter memorySize : intTerrainFilter _owner : TerrainChunkTerrainFilterProtected Properties PropertyDefined By _bufferState : BufferStateTerrainFilter _current...
来源: Laya2.0_api 发布时间: 20190513
...dChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 1.5, 3)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.direction = new Laya.Vector3(0, -0.8, -1); directionLight....
来源: Laya_示例 发布时间: 20241124