大约有 124 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
...ixByArrayAndMatrixFast(leftArray:Float32Array, leftOffset:int, rightMatrix:Matrix4x4, outArray:Float32Array, outOffset:int):void[static] 过数组数据计算矩阵乘法,rightArray和outArray不能为同一数组引用。 Utils3D mulMatrixByArrayFast(leftArray:Float32Array, leftOffset:int, right...
来源: laya_api 发布时间: 20170929
...s value: PostProcess Returns void projectionMatrix get projectionMatrix(): Matrix4x4 set projectionMatrix(value: Matrix4x4): void Defined in laya/d3/core/Camera.ts:515 投影矩阵。 Returns Matrix4x4 Defined in laya/d3/core/Camera.ts:519 投影矩阵。 Parameters value: Matrix4x4 Returns void pro...
来源: Laya3.0_api 发布时间: 20231115
...小游戏IDE上正常 在IOS端不正常,而且只能按原图比例显示 Matrix4x4的decompose函数用法 关于对象池Laya.Pool的用法 贝塞尔用法 问题状态 最新活动: 2017-06-23 10:30 浏览: 1754 关注: 2 人 asdf131 • 2017-06-29 11:02 有没有这样的处理:给默认的...
来源: Laya_社区 发布时间: 20170622
...s value: PostProcess Returns void projectionMatrix get projectionMatrix(): Matrix4x4 set projectionMatrix(value: Matrix4x4): void Inherited from Camera.projectionMatrix Defined in laya/d3/core/Camera.ts:515 投影矩阵。 Returns Matrix4x4 Inherited from Camera.projectionMatrix Defined in laya/d3/c...
来源: Laya3.0_api 发布时间: 20231115
... getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener...
来源: Laya3.0_api 发布时间: 20231102
...,把spriteTransform先乘到avatarWorldMatrix里 var spriteWorldMatrix:Matrix4x4 = spriteTransform.worldMatrix; Matrix4x4.multiply(spriteTransform, avatarWorldMatrix, avatarWorldMatrix); Matrix4x4.multiply((_owner as Sprite3D)._transform.worldMatrix, avatarWorldMatrix, spriteWorldMatrix); 138*****...
来源: Laya_社区 发布时间: 20170904
...late(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector30); Vector3.add(this.localPosition, Transform3D._tempVec...
来源: Laya3.0_文档 发布时间: 20241014
...meters value: number Returns void lightWorldMatrix get lightWorldMatrix(): Matrix4x4 Defined in laya/d3/core/light/Light.ts:172 Returns Matrix4x4 lightmapBakedType get lightmapBakedType(): LightMode set lightmapBakedType(value: LightMode): void Defined in laya/d3/core/light/Light.ts:154 灯光烘培...
来源: Laya3.0_api 发布时间: 20231115
...有组件。 Sprite3D getProjectionViewWorldMatrix(projectionViewMatrix:Matrix4x4):Matrix4x4 获取投影视图世界矩阵。 Sprite3D hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher instantiate(original:Sprite3...
来源: laya_api 发布时间: 20170929
...有组件。 Sprite3D getProjectionViewWorldMatrix(projectionViewMatrix:Matrix4x4):Matrix4x4 获取投影视图世界矩阵。 Sprite3D hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher instantiate(original:Sprite3...
来源: laya_api 发布时间: 20170929