Method PreloadAsync
PreloadAsync(IReadOnlyList<string>, AssetTier, IProgress<float>, CancellationToken)
Preloads a set of addresses, reporting 0..1. Used by the loading pipeline (Boot tier).
public static Task PreloadAsync(IReadOnlyList<string> addresses, AssetTier tier, IProgress<float> progress = null, CancellationToken ct = default)
Parameters
addressesIReadOnlyList<string>tierAssetTierprogressIProgress<float>ctCancellationToken