finish 完成加载
finish
类型: MethodDeclaration
定义位置: loader.ts
描述
完成加载
返回值
类型: void
源代码
位置: 第 28 行
private finish(): void {
if (this.loadingProgressList.length !== 0) {
this.loadingProgressList.length = 0
this.complete = true
this.loadedBytes = 0
this.totalBytes = 0
this.completionProgress = 0
this.resolve()
}
}
文档生成时间:2025/7/7 12:07:06