Table of Contents

Enum ResourcePathType

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

The message for the resource loading.

public enum ResourcePathType

Fields

Bundle = 0
Image = 3
OcrModel = 1
Pipeline = 2
Unknown = -1

Remarks

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