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