Interface IEarlyLevelHostedService
public interface IEarlyLevelHostedService
Methods
EarlyLoadLevelAsync(CancellationToken)
Executes just before the level starts loading and after all assets are loaded but before the first session starts.
UniTask EarlyLoadLevelAsync(CancellationToken token)
Parameters
tokenCancellationToken
Returns
- UniTask