Constructor ResourceLoadingDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
ResourceLoadingDetail(int, string, string, string)
The message for the resource loading.
public ResourceLoadingDetail(int ResourceId, string Path, string Type, string Hash)Parameters
Remarks
details_json: { res_id: number, path: string, type: string // "Bundle" | "OcrModel" | "Pipeline" | "Image", hash: string, }