Table of Contents

Method CollectPrefabAddressesAsync

Namespace
GrindFest.Content
Assembly
GrindFest.dll

CollectPrefabAddressesAsync(WorldScope, CancellationToken)

Addresses that must be resident for the given scope. Never null.

Task<IReadOnlyList<string>> CollectPrefabAddressesAsync(WorldScope scope, CancellationToken ct = default)

Parameters

scope WorldScope
ct CancellationToken

Returns

Task<IReadOnlyList<string>>