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