Class 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.
Namespace: Serenity.AssetPrefetcher.Infrastructure.Editor
Assembly: Serenity.UnityAssetPrefetcher.Infrastructure.Editor.dll
Syntax
public class PrefetchPolicyRegistryEditor : FoundationEditor<PrefetchPolicyRegistry>
Constructors
PrefetchPolicyRegistryEditor()
Declaration
public PrefetchPolicyRegistryEditor()
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()