class
CleanerEntry
public sealed class CleanerEntry Represents an unused asset or empty folder found by the Project Cleaner.
Fields
AssetPath public string AssetPath Path to the asset or folder.
AssetType public string AssetType Type label (e.g. "Texture", "Material", "Folder").
FileSizeBytes public long FileSizeBytes File size in bytes (0 for folders).
IsFolder public bool IsFolder True if this entry represents an empty folder.
FlagReason public string FlagReason Multi-line human-readable explanation of why the Cleaner flagged this asset. Surfaced to the user in the row's "Why?" expander so the detection isn't a black box.
Generated from Core/Models/CleanerEntry.cs in RefSafe Pro 2.2.0.