大约有 95 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0095 秒)
...r identity invert isIdentity normalize setElementByRowColumn setForward setPosition setRotation setTranslationVector transpose billboard createAffineTransformation createFromQuaternion createLookAt createOrthoOffCenter createPerspective createPerspectiveOffCenter createRotationAxis createRotationQua...
来源: Laya3.0_api 发布时间: 20231102
...rray = null) 创建一个 Matrix4x4 实例。 Matrix4x4 billboard(objectPosition:Vector3, cameraPosition:Vector3, cameraRight:Vector3, cameraUp:Vector3, cameraForward:Vector3, mat:Matrix4x4):void[static] 计算BlillBoard矩阵 Matrix4x4 clone():* 克隆。 Matrix4x4 cloneTo(destObject:*):vo...
来源: Laya2.0_api 发布时间: 20190513
...Returns void worldToNormalizedViewportPoint worldToNormalizedViewportPoint(position: Vector3, out: Vector4): void Inherited from Camera.worldToNormalizedViewportPoint Defined in laya/d3/core/Camera.ts:1336 将一个点从世界空间转换到归一化视口空间。 Parameters position: Vector3 世...
来源: Laya3.0_api 发布时间: 20231115
...men/texture/layabox.png"); box.meshRender.material = boxMat; box.transform.position = new Laya.Vector3(0.3, 0.5, 0.5); box.transform.rotate(new Laya.Vector3(0, 30, 0), false, false); let boxCollider1:Laya.BoxCollider = box.addComponent(Laya.BoxCollider) as Laya.BoxCollider; boxCollider1.setFromBound...
来源: Laya_社区 发布时间: 20180820
...ene.addChild(Sprite3D.load("...")) as Sprite3D; particleSprite3D.transform.position = new Laya.Vector3(100,0,0); 这样写 无法移动例子效果? 2018-05-09 0 6 分享 微博 QZONE 微信 绝地求生 赞同来自: unity5.6为什么无法使用u3d插件 2018-07-11 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20161219
...addNewParticlesToVertexBuffer():voidShurikenParticleSystem addParticle(position:Vector3, direction:Vector3, time:Number):BooleanShurikenParticleSystem clone():* 克隆。 ShurikenParticleSystem cloneTo(destObject:*):void 克隆。 ShurikenParticleSystem emit(time:Number):Boolean 发射...
来源: Laya2.0_api 发布时间: 20190513
...Returns void worldToNormalizedViewportPoint worldToNormalizedViewportPoint(position: Vector3, out: Vector4): void Defined in laya/d3/core/Camera.ts:1336 将一个点从世界空间转换到归一化视口空间。 Parameters position: Vector3 世界空间的坐标。 out: Vector4 x、y、z为归一...
来源: Laya3.0_api 发布时间: 20231115
...交投影垂直矩阵尺寸。 BaseCamera parent : Node父节点。Node position : Vector3[read-only] 获取位置。BaseCamera projectionMatrix : Matrix4x4获取投影矩阵。Camera projectionViewMatrix : Matrix4x4[read-only] 获取视图投影矩阵。 Camera renderingOrder : intBaseCame...
来源: laya_api 发布时间: 20170929
...ShurikenParticleInstanceSystem.ts:488 Returns void addParticle addParticle(position: Vector3, direction: Vector3, time: number): boolean Overrides ShurikenParticleSystem.addParticle Defined in laya/d3/core/particleShuriKen/ShurikenParticleInstanceSystem.ts:248 Parameters position: Vector3 direction:...
来源: Laya3.0_api 发布时间: 20231115
...nt(type:*):Component3D 添加指定类型组件。 Sprite3D addParticle(position:Vector3, velocity:Vector3):void 添加粒子。 Particle3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D cloneTo(destObject:*)...
来源: laya_api 发布时间: 20170603