Namespace Serenity.AssetPrefetcher.Infrastructure.Editor
Classes
PrefetchPolicyProfileEditor
Custom inspector for PrefetchPolicyProfile.
NOTE: the Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1 base OnInspectorGUI draws ONLY the
header + Id/Guid fields — it does NOT draw the remaining serialized fields (see
UnityStructuredLogSettingsEditor for the same documented gotcha). This editor
therefore calls Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1.DrawSerializedFields explicitly after
the base pass so the budget and policy fields still render.
PrefetchPolicyRegistryEditor
Custom inspector for PrefetchPolicyRegistry.
NOTE: the Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1 base OnInspectorGUI draws ONLY the
header + Id/Guid fields — it does NOT draw the remaining serialized fields (see
UnityStructuredLogSettingsEditor for the same documented gotcha). This editor
therefore calls Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1.DrawSerializedFields explicitly after
the base pass so the Profiles array still renders.