Table of Contents

Class ResourceLoadingDetail

Namespace
MaaFramework.Binding.Notification
Assembly
MaaFramework.Binding.Extensions.dll

The message for the resource loading.

public record ResourceLoadingDetail : IEquatable<ResourceLoadingDetail>

Inheritance

Implements

Inherited Members

Remarks

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

Constructors

ResourceLoadingDetail(long, string, string, string)

The message for the resource loading.

Properties

Hash
ParsedType
Path
ResourceId
Type