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

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

2701. laya.d3.physicscannon.CannonPhysicsTriggerComponent_API3.0 [ 33%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

2702. laya.d3.utils.Utils3D_API3.0 [ 33%]

... getURLVerion(url: string): string Defined in laya/d3/utils/Utils3D.ts:482 获取URL版本字符。 Parameters url: string Returns string Static mulMatrixByArray mulMatrixByArray(leftArray: Float32Array, leftOffset: number, rightArray: Float32Array, rightOffset: number, outArray: Float32Array, outOf...

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

2703. laya.ui.WXOpenDataViewer_API3.0 [ 33%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

2704. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 33%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节数字的最高有效字...

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

2705. laya.d3.core.SkinnedMeshRenderer_API3.0 [ 33%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

2706. laya.d3.physicscannon.CannonPhysicsCollider_API3.0 [ 33%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

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

2707. 微信小游戏分包实战(TypeScript-小游戏适配文档-微信小游戏) [ 33%]

...base/subpackage/LoadSubpackageTask.html),可以通过 LoadSubpackageTask 获取当前下载进度。示例代码如下: ```javascript loadTask.onProgressUpdate(res => { console.log('下载进度', res.progress) console.log('已经下载的数据长度', res.totalBytesWritten) console.log('预期...

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

2708. laya.d3.core.pixelline.PixelLineMaterial_API3.0 [ 33%]

...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...

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

2709. laya.d3.math.Matrix4x4_API3.0 [ 33%]

...rd getForward(out: Vector3): void Defined in laya/d3/math/Matrix4x4.ts:834 获取前向量。 Parameters out: Vector3 前向量。 Returns void getInvertFront getInvertFront(): boolean Defined in laya/d3/math/Matrix4x4.ts:855 判断此矩阵是否是反向矩阵 Returns boolean getTranslationVector ...

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

2710. laya.display.Graphics [ 33%]

...texture填充。 Graphics  getBounds(realSize:Boolean = false):Rectangle 获取位置及宽高信息矩阵(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics  loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = null):void...

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