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

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

41. laya.ui.AutoBitmap [ 73%]

...exture, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, m:Matrix = null, alpha:Number = 1):Array 绘制纹理。 Graphics drawTextures(tex:Texture, pos:Array):void 批量绘制同样纹理。 Graphics fillBorderText(text:*, x:Number, y:Number, font:String, fillColor:String, border...

来源: laya_api 发布时间: 20170929

42. laya.display.Graphics_API3.0 [ 72%]

...: Texture | null, x?: number, y?: number, width?: number, height?: number, matrix?: Matrix | null, alpha?: number, color?: string | null, blendMode?: string | null, uv?: number[]): DrawTextureCmd | null Defined in laya/display/Graphics.ts:243 绘制纹理,相比drawImage功能更强大,性能会...

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

43. laya.d3.utils.Utils3D [ 72%]

...tDeclaration(vertexElements:Array):VertexDeclaration[static] Utils3D  mulMatrixByArray(leftArray:Float32Array, leftOffset:int, rightArray:Float32Array, rightOffset:int, outArray:Float32Array, outOffset:int):void[static] 过数组数据计算矩阵乘法。 Utils3D  mulMatrixByArrayAndMatrixFast(...

来源: laya_api 发布时间: 20170929

44. 按钮点击的位置发生偏移 [ 71%]

...关的链接 提交 2 个回复 Laya_XS 赞同来自: 你可以通过 var matrix = Laya.stage.get_transform(); 第一个方法: matrix.tx += 100;//水平方向移动; matrix.ty += 100;//垂直方向移动; 第二个方法: matrix.translate('水平方向移动','垂直方向移动'); 2020-08-25 0 4 ...

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

45. laya.display.Graphics [ 71%]

...exture, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, m:Matrix = null, alpha:Number = 1):Array 绘制纹理。 Graphics  drawTextures(tex:Texture, pos:Array):void 批量绘制同样纹理。 Graphics  fillBorderText(text:*, x:Number, y:Number, font:String, fillColor:String, bo...

来源: laya_api 发布时间: 20170929

46. laya.ani.GraphicsAni_API3.0 [ 71%]

...: Texture | null, x?: number, y?: number, width?: number, height?: number, matrix?: Matrix | null, alpha?: number, color?: string | null, blendMode?: string | null, uv?: number[]): DrawTextureCmd | null Inherited from Graphics.drawTexture Defined in laya/display/Graphics.ts:243 绘制纹理,相比...

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

47. laya.maths.Vector3_API3.0 [ 71%]

...ns void Static TransformNormal TransformNormal(normal: Vector3, transform: Matrix4x4, result: Vector3): void Defined in laya/maths/Vector3.ts:204 通过法线矩阵转换一个法线三维向量到另外一个三维向量。 Parameters normal: Vector3 源法线三维向量。 transform: Matrix4x4 ...

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

48. laya.d3.math.Vector3_API3.0 [ 70%]

...ns void Static TransformNormal TransformNormal(normal: Vector3, transform: Matrix4x4, result: Vector3): void Defined in laya/d3/math/Vector3.ts:204 通过法线矩阵转换一个法线三维向量到另外一个三维向量。 Parameters normal: Vector3 源法线三维向量。 transform: Matrix4x4 ...

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

49. 3D变换 · LayaAir3.0文档 · LAYABOX [ 69%]

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

50. laya.ui.AutoBitmap_API3.0 [ 69%]

...: Texture | null, x?: number, y?: number, width?: number, height?: number, matrix?: Matrix | null, alpha?: number, color?: string | null, blendMode?: string | null, uv?: number[]): DrawTextureCmd | null Inherited from Graphics.drawTexture Defined in laya/display/Graphics.ts:243 绘制纹理,相比...

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