大约有 15 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
...ginURL: string): string Defined in laya/net/ResourceVersion.ts:45 为加载路径添加版本前缀。 Parameters originURL: string 源路径。 Returns string 格式化后的新路径。 Static enable enable(manifestFile: string, callback: Handler, type?: number): void Defined in laya/net/ResourceV...
来源: Laya3.0_api 发布时间: 20231102
... 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过basePath属性可以设置网络基础路径 通过设置customFormat函数,可以自定义URL格式化的方式 Hierarchy URL Index Constructors constructor Properties basePath basePaths rootPath version Accesso...
来源: Laya3.0_api 发布时间: 20231115
...efined in laya/net/Loader.ts:899 载入一个分包 path 小游戏的分包路径 onprogress 加载进度回调 Parameters path: string Optional onProgress: ProgressCallback Returns Promise<void> Defined in laya/net/Loader.ts:906 载入一个分包。 path 分包路径 remoteurl 如果分包...
来源: Laya3.0_api 发布时间: 20231115
...oid Defined in laya/display/BitmapFont.ts:33 通过指定位图字体文件路径,加载位图字体文件,加载完成后会自动解析。 Parameters path: string 位图字体文件的路径。 complete: Handler 加载并解析完成的回调。 Returns void Globals "laya/display/BitmapFont" B...
来源: Laya3.0_api 发布时间: 20231115
... number): void Defined in laya/device/media/HtmlVideo.ts:52 设置播放源路径 Parameters url: string 播放源路径 extension: number 播放源类型(1: MP4, 2: OGG) Returns void Static create create(): HtmlVideo Defined in laya/device/media/HtmlVideo.ts:26 创建一个 HtmlVideo 实例 Returns...
来源: Laya3.0_api 发布时间: 20231102
...c(): string Defined in laya/media/VideoTexture.ts:270 获取当前播放源路径。 Returns string currentTime get currentTime(): number set currentTime(value: number): void Defined in laya/media/VideoTexture.ts:277 设置和获取当前播放头位置。 Returns number Defined in laya/media/VideoT...
来源: Laya3.0_api 发布时间: 20231115
...回调参数值为此对象本身。套嵌资源的子资源会保留资源路径"?"后的部分。 如果url为数组,返回true;否则返回指定的资源类对象,可以通过侦听此对象的 Event.LOADED 事件来判断资源是否已经加载完毕。 注意:cache参数只能对文...
来源: Laya3.0_api 发布时间: 20231102
...rited from Graphics.drawPath Defined in laya/display/Graphics.ts:597 绘制路径。 Parameters x: number 开始绘制的 X 轴位置。 y: number 开始绘制的 Y 轴位置。 paths: any[] 路径集合,路径支持以下格式:[["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"...
来源: Laya3.0_api 发布时间: 20231115
...mation.ts:218 动画数据源。 类型如下: 1. LayaAir IDE动画文件路径:使用此类型需要预加载所需的图集资源,否则会创建失败,如果不想预加载或者需要创建完毕的回调,请使用loadAnimation(...)方法; 2. 图集路径:使用此类型创建的...
来源: Laya3.0_api 发布时间: 20231115
...ined in laya/resource/Texture2D.ts:240 加载纹理 Parameters url: string 路径 complete: Handler 处理时间 Returns void Globals "laya/resource/Texture2D" Texture2D constructor _id destroyedImmediately lock name url uuid DEBUG TEXTURE2D blackTexture errorTexture grayTexture normalTexture whiteT...
来源: Laya3.0_api 发布时间: 20231115