文件名称:ResourceManager:更好地加载和管理资源的类
文件大小:191KB
文件格式:ZIP
更新时间:2024-06-05 12:04:17
JavaScript
资源管理器 用于更好地加载和管理资源的类。 演示版 用法 npm install res-manager --save IResourceEntry 该接口用于描述资源。 interface IResourceEntry { // a switch for preloading preload : boolean ; // name of this resource name : string ; // url of this resource src : string ; // type of this resource type : 'image' | 'video' | 'audio' ; // weight of this resource weight : number ; } 资源管理器 管理资源的主类。 方法 类型 描述 构造函