Enum ResourcePathType
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
The message for the resource loading.
public enum ResourcePathTypeFields
Bundle = 0Image = 3OcrModel = 1Pipeline = 2Unknown = -1
Remarks
details_json: {
res_id: number,
path: string,
type: string, // "Bundle" | "OcrModel" | "Pipeline" | "Image"
hash: string,
}