大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
...销毁的,此图片被大图合集管理器管理 Parameters url: string 图集地址或者texture地址,比如 Loader.clearTextureRes("res/atlas/comp.atlas"); Loader.clearTextureRes("hall/bg.jpg"); Returns void clearUnLoaded clearUnLoaded(): void Defined in laya/net/LoaderManager.ts:451 清理...
来源: Laya3.0_api 发布时间: 20231102
...。 Static ATLAS ATLAS: string = "atlas" Defined in laya/net/Loader.ts:95 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture)。 Static BUFFER BUFFER: string = "arraybuffer" Defined in laya/net/Loader.ts:87 二进制类型,加载完成后返回包含arraybuffer的...
来源: 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
...tring swf 资源地址。 Default value atlas: boolean = false 是否使用图集资源 Default value atlasPath: string = null 图集路径,默认使用与swf同名的图集 Returns void loadImage loadImage(url: string, complete?: Handler): Sprite Inherited from Text.loadImage Defined in laya/disp...
来源: Laya3.0_api 发布时间: 20231115