大约有 91 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0044 秒)
...lean, repeat: boolean, delay: number, caller: any, method: Function, args: Array<any>, coverBefore: boolean): void; /** * 定时执行一次。 * @param delay 延迟时间(单位为毫秒)。 * @param caller 执行域(this)。 * @param method 定时器回调函数。 * @param args 回调参数...
来源: Laya_社区 发布时间: 20171109
... result: any[] = target.map( (_, index: number) => index % step === 0 ? Array.from(Array(step).keys()).map((x: number) => target[index + x]) : [] ) .filter((x: any[]) => x.length > 0); if (markString) result = result.map((x: any[]) => x.join("")) return result; } padding(str: string |...
来源: Laya_社区 发布时间: 20190321
...。 Parameters data: any 附加的回调数据,可以是单数据或者Array(作为多参)。 Returns any setTo setTo(caller: any, method: Function | null, args: any[] | null, once?: boolean): Handler Defined in laya/utils/Handler.ts:44 设置此对象的指定属性值。 Parameters caller: any ...
来源: Laya3.0_api 发布时间: 20231115
...e(key: any, cacheDatas: any, aniIndex: number, frameIndex: number): Float32Array Defined in laya/ani/AnimationTemplet.ts:216 获取动画信息数据 Parameters key: any cacheDatas: any aniIndex: number frameIndex: number Returns Float32Array getNodeCount getNodeCount(aniIndex: number): number Defin...
来源: Laya3.0_api 发布时间: 20231115
...为 true,否则值为 false。 getWorldMatrix getWorldMatrix(): Float32Array Defined in laya/d3/animation/AnimationTransform3D.ts:156 获取世界矩阵。 Returns Float32Array 世界矩阵。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya...
来源: Laya3.0_api 发布时间: 20231102
...esources Constructors constructor new AtlasResource(dir: string, textures: Array<Texture>, frames: Array<Texture>): AtlasResource Overrides Resource.__constructor Defined in laya/resource/AtlasResource.ts:9 实例化体格大图合集资源 Parameters dir: string textures: Array<Textu...
来源: Laya3.0_api 发布时间: 20231115
...ce/Resource.ts:124 内存大小。 Returns number deps get deps(): ReadonlyArray<Resource> Defined in laya/resource/HierarchyResource.ts:31 Returns ReadonlyArray<Resource> destroyed get destroyed(): boolean Inherited from Resource.destroyed Defined in laya/resource/Resource.ts:138 是否...
来源: Laya3.0_api 发布时间: 20231115
... session Returns any supportedFrameRates get supportedFrameRates(): Float32Array | undefined Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:239 A list of supported frame rates (only available in-session! Returns Float32Array | undefined Methods destroy destroy(): void Defined in laya/d3/WebXR/...
来源: Laya3.0_api 发布时间: 20231115
...ctors constructor Properties _id aniSectionDic bindBoneBoneSlotDic boneSlotArray boneSlotDic deformAniArr destroyedImmediately drawOrderAniArr eventAniArr ikArr isParseFail lock mBoneArr mRootBone name pathArr rate skinDataArray skinDic skinSlotDisplayDataArr srcBoneMatrixArr subTextureDic tfArr url...
来源: Laya3.0_api 发布时间: 20231115
...colors: Color[] 颜色数组。 Returns void getIndices getIndices(): Uint8Array | Uint16Array | Uint32Array Defined in laya/d3/resource/models/Mesh.ts:723 拷贝并获取网格索引的副本。 Returns Uint8Array | Uint16Array | Uint32Array 网格索引。 getNormals getNormals(normals: Vector3[])...
来源: Laya3.0_api 发布时间: 20231115