Method PreloadTierAsync
PreloadTierAsync(AssetTier, IProgress<float>, CancellationToken)
Preloads every asset whose generated tier is tier. This is the "global" half of what a
loading screen awaits — the contextual half comes from a scope (world source, area), which resolves to
addresses the same way. Deliberately no hand-written preload list exists (plan §7.2, decision D20).
public static Task PreloadTierAsync(AssetTier tier, IProgress<float> progress = null, CancellationToken ct = default)
Parameters
tierAssetTierprogressIProgress<float>ctCancellationToken