Table of Contents

Method PreloadTierAsync

Namespace
GrindFest.Content
Assembly
GrindFest.dll

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

tier AssetTier
progress IProgress<float>
ct CancellationToken

Returns

Task