Class PrefetchPolicyCreator.Input
Everything needed to create or update the registry and its profiles.
Inheritance
PrefetchPolicyCreator.Input
Assembly: Serenity.UnityAssetPrefetcher.Infrastructure.Editor.dll
public sealed class PrefetchPolicyCreator.Input
Constructors
Declaration
Fields
Declaration
public List<PrefetchPolicyCreator.ProfileRow> Profiles
Field Value
Folder new profile assets are created under, and searched for an existing
same-Id asset to update in place. Also the fallback folder for a
brand-new registry asset when RegistryAssetPath is empty.
Declaration
public string ProfilesFolderPath
Field Value
Declaration
public bool RegisterAsAddressables
Field Value
Explicit registry asset path (a test seam and an already-known-asset fast path). When set, an
asset already present at this path is edited; when no asset exists there yet, a fresh one is
created at exactly this path instead of the project-wide search below. Leave empty for the
production behavior: find the single project-wide PrefetchPolicyRegistry asset,
or create one under ProfilesFolderPath when none exists.
Declaration
public string RegistryAssetPath
Field Value