Table of Contents

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

ResourceId long
Path string
Type string
Hash string

Remarks

details_json: {
    res_id: number,
    path: string,
    type: string,  // "Bundle" | "OcrModel" | "Pipeline" | "Image"
    hash: string,
}