大约有 19 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
...URL" URL Class URL URL 提供URL格式化,URL版本管理的类。 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过basePath属性可以设置网络基础路径 通过设置customFormat函数,可以自定义URL格式化的方式 Hierarchy URL Index Constructor...
来源: Laya3.0_api 发布时间: 20231115
...ix(originURL: 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/Res...
来源: Laya3.0_api 发布时间: 20231102
...lobals "laya/net/WorkerLoader" WorkerLoader Class WorkerLoader Worker Image加载器 Hierarchy WorkerLoader Index Properties workerPath Accessors enable Methods load workerSupported Properties Static workerPath workerPath: string = "libs/laya.workerloader.js" Defined in laya/net/WorkerLoader.ts:9 wo...
来源: Laya3.0_api 发布时间: 20231115
...d: boolean Defined in laya/media/VideoTexture.ts:32 inernal 避免重复的加载 _needUpdate _needUpdate: boolean Defined in laya/media/VideoTexture.ts:33 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否...
来源: Laya3.0_api 发布时间: 20231115
... complete?: Function | null): void Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x位置。 Default value y: number = 0 (可选)显示图片的y位置。 Default value width: nu...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Graphics.loadImage Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x位置。 Default value y: number = 0 (可选)显示图片的y位置。 Default value width: nu...
来源: Laya3.0_api 发布时间: 20231115
...比如Laya.stage:舞台,Laya.timer:时间管理器,Laya.loader:加载管理器,使用时注意大小写。 Hierarchy Laya Index Properties isWXOpenDataContext isWXPosMsg loader stage timer Methods addWasmModule alertGlobalError createRender enableDebugPanel init Properties Static isWXOpe...
来源: Laya3.0_api 发布时间: 20231115
... Inherited from Graphics.loadImage Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x位置。 Default value y: number = 0 (可选)显示图片的y位置。 Default value width: nu...
来源: Laya3.0_api 发布时间: 20231115
...例对象 animation 。 animation.loadAtlas("resource/ani/fighter.json");//加载图集并播放 animation.x = 200;//设置 animation 对象的属性 x 的值,用于控制 animation 对象的显示位置。 animation.y = 200;//设置 animation 对象的属性 x 的值,用于控制 animation 对...
来源: Laya3.0_api 发布时间: 20231115
...bsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略这个缓存而去重新加载。。 Returns boolean Inherited from Resource.obsolute Defined in laya/resource/Resource.ts:143 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以...
来源: Laya3.0_api 发布时间: 20231102